1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00
This commit is contained in:
Thomas Zilio
2019-02-21 15:09:11 +01:00
parent f839d09b58
commit 72849559a0
3 changed files with 3 additions and 3 deletions

View File

@@ -233,7 +233,7 @@ if (filter('action') == 'do_update') {
$("#progress .info").html($("#progress .info").html() + "<p><strong>'.tr('Aggiornamento _DONE_ di _TODO_ (_VERSION_)', [
'_DONE_' => '" + current + "',
'_TODO_' => '" + count + "',
'_VERSION_' => '" + version + "',
'_VERSION_' => '" + version.trim() + "',
]).'</strong></p>");
}
}