diff --git a/app/app.html b/app/app.html
index 9bb00798..9e12071c 100644
--- a/app/app.html
+++ b/app/app.html
@@ -2106,7 +2106,10 @@
Thank you
- Current version
+ Current version
+ Loading...
+
+
diff --git a/app/js/lib/i18n/i18n.js b/app/js/lib/i18n/i18n.js
index 0c0ed88b..809c4164 100644
--- a/app/js/lib/i18n/i18n.js
+++ b/app/js/lib/i18n/i18n.js
@@ -136,4 +136,4 @@ function clearlocalCache() {
console.log('Language Cache Cleared!');
localStorage.clear();
i18next.reloadResources();
-};
\ No newline at end of file
+};
diff --git a/app/js/lib/updater.js b/app/js/lib/updater.js
index c22a2558..6c91445d 100644
--- a/app/js/lib/updater.js
+++ b/app/js/lib/updater.js
@@ -83,8 +83,7 @@ module.exports = {
// }
const version = document.getElementById('version');
- const versionPrefixText = i18next.t("Current version");
- version.innerText = versionPrefixText + ": v" + currentVersion;
+ version.innerText = ": v" + currentVersion;
ipcRenderer.on('update_available', () => {
Notifier.info(i18next.t("New version available, downloading now"));
@@ -146,4 +145,4 @@ module.exports = {
ipcRenderer.send('check');
});
}
-}
\ No newline at end of file
+}