diff --git a/gui/__main__.py b/gui/__main__.py index f9266a5..7aa2b11 100644 --- a/gui/__main__.py +++ b/gui/__main__.py @@ -66,7 +66,7 @@ if not version_table_exists and main_db_exists: close_session() # THEN DISPLAY CHOICES AND RECOVERY UI - custom_error = "You're using a Legacy version of the Database scheme. Please delete it and fetch the new data." + custom_error = "Upgrade Time! We transitioned to a new Database format for new features! Please delete the old version and fetch the new public data (what locations, browsers, ect) This will NOT affect your profiles or browser sessions." db_version_you_have = "Old System" recovery_dialog(custom_error, db_version_you_have) sys.exit() diff --git a/gui/__pycache__/__main__.cpython-312.pyc b/gui/__pycache__/__main__.cpython-312.pyc index 1a452b9..0e758e5 100644 Binary files a/gui/__pycache__/__main__.cpython-312.pyc and b/gui/__pycache__/__main__.cpython-312.pyc differ diff --git a/gui/v2/ui/popups/Database_version.py b/gui/v2/ui/popups/Database_version.py index d42c2d6..67180ed 100755 --- a/gui/v2/ui/popups/Database_version.py +++ b/gui/v2/ui/popups/Database_version.py @@ -56,7 +56,7 @@ class DatabaseConflictDialog(QDialog): # First which messages to display, if check["status"] == "version_mismatch": - error_title = "Database Compatibility" + error_title = "Upgrade Time!" error_subtitle = "Your App version and Database don't match" else: error_title = "Database Error"