add missing apostrophe

This commit is contained in:
@RubenKelevra 2016-07-17 20:13:17 +02:00 committed by GitHub
parent f109d859db
commit 0b33800972

View File

@ -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