diff --git a/app/js/custom.js b/app/js/custom.js index 9d4c03bb..bd067368 100644 --- a/app/js/custom.js +++ b/app/js/custom.js @@ -238,8 +238,8 @@ $('#hostapdModal').on('shown.bs.modal', function (e) { if(seconds <= 0){ clearInterval(countDown); } - var pcg = Math.floor(100-(seconds*100/9)); - document.getElementsByClassName('progress-bar').item(0).setAttribute('style','width:'+Number(pcg)+'%'); + var pct = Math.floor(100-(seconds*100/9)); + document.getElementsByClassName('progress-bar').item(0).setAttribute('style','width:'+Number(pct)+'%'); seconds --; }, 1000); }); diff --git a/locale/en_US/LC_MESSAGES/messages.mo b/locale/en_US/LC_MESSAGES/messages.mo index 606d982e..0675c32a 100644 Binary files a/locale/en_US/LC_MESSAGES/messages.mo and b/locale/en_US/LC_MESSAGES/messages.mo differ diff --git a/locale/en_US/LC_MESSAGES/messages.po b/locale/en_US/LC_MESSAGES/messages.po index 19f35822..2573a669 100644 --- a/locale/en_US/LC_MESSAGES/messages.po +++ b/locale/en_US/LC_MESSAGES/messages.po @@ -462,8 +462,8 @@ msgstr "Disable disassoc_low_ack" msgid "Do not disassociate stations based on excessive transmission failures." msgstr "Do not disassociate stations based on excessive transmission failures." -msgid "RaspAP service start executing" -msgstr "RaspAP service start executing" +msgid "Executing RaspAP service start" +msgstr "Executing RaspAP service start" msgid "Close" msgstr "Close" diff --git a/locale/tr_TR/LC_MESSAGES/messages.mo b/locale/tr_TR/LC_MESSAGES/messages.mo index 96e433d7..a5dc3a1d 100644 Binary files a/locale/tr_TR/LC_MESSAGES/messages.mo and b/locale/tr_TR/LC_MESSAGES/messages.mo differ diff --git a/templates/hostapd.php b/templates/hostapd.php index 70a14982..201bd212 100755 --- a/templates/hostapd.php +++ b/templates/hostapd.php @@ -15,7 +15,7 @@