Added update check in about tab

This commit is contained in:
RemixDev
2020-09-07 11:36:26 +02:00
parent 0a0351ca78
commit ea7f80e6aa
4 changed files with 34 additions and 4 deletions

View File

@@ -41,6 +41,11 @@ const en = {
}
},
about: {
updates: {
currentVersion: 'Current Version',
versionNotAvailable: 'N/A',
updateAvailable: `You're not running the latest version available: {version}`
},
titles: {
usefulLinks: 'Useful Links',
bugReports: 'Bug Reports',

View File

@@ -41,6 +41,11 @@ const it = {
}
},
about: {
updates: {
currentVersion: 'Versione corrente',
versionNotAvailable: 'N/A',
updateAvailable: `Non stai usando l'ultima versione disponibile: {version}`
},
titles: {
usefulLinks: 'Link Utili',
bugReports: 'Segnalazione di bug',