From d9c5c9b110d2d296ccfa5793d7213ef7283c7b0f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 20 Oct 2021 19:18:06 +0200 Subject: [PATCH] wording in diagnosis: Everything good -> Everthing okay, (may feel less weird?) --- app/src/i18n/locales/en.json | 2 +- app/src/i18n/locales/fr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 4cb19c1e..6437172d 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -177,7 +177,7 @@ "error_modify_something": "You should modify something", "error_server_unexpected": "Unexpected server error", "error_connection_interrupted": "The server closed the connection instead of answering it. Has nginx or the yunohost-api been restarted or stopped for some reason?", - "everything_good": "Everything good!", + "everything_good": "Everything okay!", "experimental": "Experimental", "experimental_warning": "Warning: this feature is experimental and not considered stable, you shouldn't be using it except if you know what you are doing.", "firewall": "Firewall", diff --git a/app/src/i18n/locales/fr.json b/app/src/i18n/locales/fr.json index 8a9727bf..ec254646 100644 --- a/app/src/i18n/locales/fr.json +++ b/app/src/i18n/locales/fr.json @@ -274,7 +274,7 @@ "rerun_diagnosis": "Relancer le diagnostic", "details": "Détails", "diagnosis_experimental_disclaimer": "Sachez que la fonction de diagnostic est encore expérimentale et en cours de perfectionnement et qu’elle n’est peut-être pas totalement fiable.", - "everything_good": "Tout va bien !", + "everything_good": "Tout est OK !", "ignore": "Ignore", "ignored": "{count} ignoré", "last_ran": "Dernière exécution :",