diff --git a/locales/en.json b/locales/en.json index 605d7633e..749936d89 100644 --- a/locales/en.json +++ b/locales/en.json @@ -390,6 +390,7 @@ "migration_description_0012_postgresql_password_to_md5_authentication": "Force PostgreSQL authentication to use MD5 for local connections", "migration_description_0013_futureproof_apps_catalog_system": "Migrate to the new future-proof apps catalog system", "migration_description_0014_remove_app_status_json": "Remove legacy status.json app files", + "migration_description_0015_extends_permissions_features_1": "Extends permissions features, step 1", "migration_0003_start": "Starting migration to Stretch. The logs will be available in {logfile}.", "migration_0003_patching_sources_list": "Patching the sources.lists…", "migration_0003_main_upgrade": "Starting main upgrade…", diff --git a/src/yunohost/data_migrations/0015_add_permission_protection.py b/src/yunohost/data_migrations/0015_extends_permissions_features_1.py similarity index 100% rename from src/yunohost/data_migrations/0015_add_permission_protection.py rename to src/yunohost/data_migrations/0015_extends_permissions_features_1.py