diff --git a/src/locales/en.json b/src/locales/en.json index 37c13a27..734082d7 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -37,7 +37,7 @@ "app_state": "Application state: ", "app_state_inprogress": "In progress", "app_state_notworking": "Not working", - "app_state_validated": "Validated", + "app_state_official": "Official", "app_state_working": "Working", "application": "Application", "applications": "Applications", @@ -222,8 +222,8 @@ "no_user_to_add": "No more users to add.", "non_compatible_api": "Non-compatible API", "ok": "OK", - "only_validated_apps": "Only validated apps", - "only_working_apps": "Only working apps", + "only_official_apps": "Only official apps", + "only_working_apps": "Only working apps", "open": "Open", "operations": "Operations", "os": "OS", diff --git a/src/views/app/app_list_install.ms b/src/views/app/app_list_install.ms index cded477d..72da8df6 100644 --- a/src/views/app/app_list_install.ms +++ b/src/views/app/app_list_install.ms @@ -24,7 +24,7 @@