diff --git a/locales/en.json b/locales/en.json index 7ba471995..6755771aa 100644 --- a/locales/en.json +++ b/locales/en.json @@ -521,8 +521,8 @@ "migration_description_0021_migrate_to_bullseye": "Upgrade the system to Debian Bullseye and YunoHost 11.x", "migration_description_0022_php73_to_php74_pools": "Migrate php7.3-fpm 'pool' conf files to php7.4", "migration_description_0023_postgresql_11_to_13": "Migrate databases from PostgreSQL 11 to 13", - "migration_description_0024_global_settings_to_configpanel": "Migrate legacy global settings nomenclature to the new, modern nomenclature", "migration_description_0024_rebuild_python_venv": "Repair python app after bullseye migration", + "migration_description_0025_global_settings_to_configpanel": "Migrate legacy global settings nomenclature to the new, modern nomenclature", "migration_ldap_backup_before_migration": "Creating a backup of LDAP database and apps settings prior to the actual migration.", "migration_ldap_can_not_backup_before_migration": "The backup of the system could not be completed before the migration failed. Error: {error}", "migration_ldap_migration_failed_trying_to_rollback": "Could not migrate... trying to roll back the system.", diff --git a/src/migrations/0024_global_settings_to_configpanel.py b/src/migrations/0025_global_settings_to_configpanel.py similarity index 100% rename from src/migrations/0024_global_settings_to_configpanel.py rename to src/migrations/0025_global_settings_to_configpanel.py