add missing apostrophe
This commit is contained in:
parent
f109d859db
commit
0b33800972
@ -8,7 +8,7 @@ function M.section(form)
|
|||||||
local enabled = uci:get_bool("autoupdater", "settings", "enabled")
|
local enabled = uci:get_bool("autoupdater", "settings", "enabled")
|
||||||
if enabled then
|
if enabled then
|
||||||
local s = form:section(cbi.SimpleSection, nil,
|
local s = form:section(cbi.SimpleSection, nil,
|
||||||
i18n.translate('This node will automatically update its firmware when a new version is available.'))
|
i18n.translate('This node will automatically update it\'s firmware when a new version is available.'))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user