Fix typo
This commit is contained in:
parent
272e30d761
commit
efe3680cd7
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class UiConfig extends ZeroFrame
|
|||
values_pending = @getValuesPending()
|
||||
values_changed = @getValuesChanged()
|
||||
h("div.bottom.bottom-restart", {classes: {visible: values_pending.length and not values_changed.length}}, h("div.bottom-content", [
|
||||
h("div.title", "Some changes settings requires restart"),
|
||||
h("div.title", "Some changed settings requires restart"),
|
||||
h("a.button.button-submit.button-restart", {href: "#Restart", classes: {loading: @restart_loading}, onclick: @handleRestartClick}, "Restart ZeroNet client")
|
||||
]))
|
||||
|
||||
|
|
Loading…
Reference in a new issue