Skip to content
Snippets Groups Projects
Unverified Commit 01512419 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-luci-admin: fix firmware upgrade confirmation code

Fix an exception breaking the page.
parent e7b434ef
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ $Id$
if flashsize > 0 then
write(luci.i18n.translatef(
" (%s available)",
w.byte_format(flashsize)
byte_format(flashsize)
))
end
%></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment