gluon-luci-admin: fix firmware upgrade confirmation code

Fix an exception breaking the page.
This commit is contained in:
Matthias Schiffer 2017-01-21 18:08:53 +01:00
parent e7b434ef34
commit 01512419f4
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ $Id$
if flashsize > 0 then
write(luci.i18n.translatef(
" (%s available)",
w.byte_format(flashsize)
byte_format(flashsize)
))
end
%></li>