--- a/www/index.html 2024-01-24 12:00:41.000000000 +0100 +++ b/www/index.html 2024-01-26 00:56:22.766868427 +0100 @@ -154,13 +154,14 @@ } function ShowUpdateNotification(Revision, SystemName, DownloadURL) { - var msgtxt=$.t('A new version of Domoticz is Available!...'); + + var msgtxt=$.t('A new version of Domoticz is Available, please wait for the YunoHost Package!...'); msgtxt+='
' + $.t('Version') + ': ' + Revision + ', ' + $.t('Latest Changes') + ': ' + $.t('Click Here') + ''; if (SystemName=="windows") { - msgtxt+='
' + $.t('Update Now') + '
'; + } else { - msgtxt+='
' + $.t('Update Now') + '
'; + } generate_noty('success', msgtxt, false); } @@ -1264,8 +1265,8 @@
  • Users
  • Settings
  • -
  • Update Domoticz
  • -
  • Check for Update
  • +