diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-12-10 19:11:50 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2016-12-10 19:11:50 +0200 |
commit | ac5bd8c2f1b74f7a6e0c09629c4ba96e3a8da037 (patch) | |
tree | cea2ad572407ef69f2076c8b2bba494ca6bc284a /modules/luci-mod-failsafe | |
parent | 8c6c75f6ec5459aaa48e2985389e1954e795ffb4 (diff) |
luci-mod-failsafe: use same string as luci-mod-admin-full
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'modules/luci-mod-failsafe')
-rw-r--r-- | modules/luci-mod-failsafe/luasrc/view/failsafe/flashops.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-failsafe/luasrc/view/failsafe/flashops.htm b/modules/luci-mod-failsafe/luasrc/view/failsafe/flashops.htm index 3c8d11bb7..d6e9ad742 100644 --- a/modules/luci-mod-failsafe/luasrc/view/failsafe/flashops.htm +++ b/modules/luci-mod-failsafe/luasrc/view/failsafe/flashops.htm @@ -27,7 +27,7 @@ <% end %> </form> <% else %> - <div class="cbi-section-descr"><%:Sorry, there is no sysupgrade support present; a new firmware image must be flashed manually. Please refer to the OpenWrt wiki for device specific install instructions.%></div> + <div class="cbi-section-descr"><%:Sorry, there is no sysupgrade support present; a new firmware image must be flashed manually. Please refer to the wiki for device specific install instructions.%></div> <% end %> </fieldset> |