Commit 805a739a authored by Franco Fichtner's avatar Franco Fichtner

dashboard: translate firmware update string

parent c8437ad6
......@@ -287,7 +287,7 @@ endforeach; ?>
<script type="text/javascript">
//<![CDATA[
function checkupdate() {
jQuery('#updatestatus').html('<span class="text-info">Fetching... (may take up to 30 seconds)</span>');
jQuery('#updatestatus').html('<span class="text-info"><?= gettext('Fetching... (may take up to 30 seconds)') ?></span>');
jQuery.ajax({
type: "POST",
url: '/widgets/widgets/system_information.widget.php',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment