diff --git a/front/php/templates/language/it_it.json b/front/php/templates/language/it_it.json old mode 100644 new mode 100755 diff --git a/front/php/templates/language/ru_ru.json b/front/php/templates/language/ru_ru.json old mode 100644 new mode 100755 diff --git a/server/initialise.py b/server/initialise.py index 2fa1f5c7..72be014b 100755 --- a/server/initialise.py +++ b/server/initialise.py @@ -304,11 +304,11 @@ def importConfigs (db, all_plugins): if str(conf.VERSION) != str(buildTimestamp): - mylog('none', ['[Config] App upgraded 🎉']) + mylog('none', ['[Config] App upgraded 🚀']) conf.VERSION = ccd('VERSION', buildTimestamp , c_d, 'Version', '{"dataType":"string", "elements": [{"elementType" : "input", "elementOptions" : [{ "readonly": "true" }] ,"transformers": []}]}', '', 'General') - write_notification(f'[Upgrade] : App upgraded 🎉. Please clear app cache with the 🔄 button in the header and clear the browser cache (shift + browser refresh button).', 'interrupt', timeNowTZ()) + write_notification(f'[Upgrade] : App upgraded 🚀 Please clear the caches:
  1. Clear app cache with the 🔄 button in the header
  2. Clear the browser cache (shift + browser refresh button)
Check out new features in the 📓 release notes', 'interrupt', timeNowTZ()) # Insert settings into the DB