don't show download link if on latest version

This commit is contained in:
proddy
2024-09-02 11:37:00 +02:00
parent 082c7858dc
commit 77c95d6300
10 changed files with 32 additions and 30 deletions

View File

@@ -337,7 +337,7 @@ const it: Translation = {
INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate
SWITCH_DEV: 'switch to the development version', // TODO translate
UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate
LATEST_VERSION: 'You are using the latest version.', // TODO translate
LATEST_VERSION: 'You are using the latest firmware version.', // TODO translate
PLEASE_WAIT: 'Please wait', // TODO translate
RESTARTING_PRE: 'Initializing', // TODO translate
RESTARTING_POST: 'Reloading' // TODO translate