This commit is contained in:
@RubenKelevra 2016-11-30 13:45:46 +00:00 committed by GitHub
commit ba94c3d221

View File

@ -8,7 +8,7 @@ function M.section(form)
local enabled = uci:get_bool("autoupdater", "settings", "enabled")
if enabled then
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