From 84a46d5fb7b1985625744f07a9604e27c055261c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 1 Apr 2021 15:59:43 +0200 Subject: [PATCH] Add cap H to YunoHost (#341) --- app/src/i18n/locales/en.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index ab6ab5f4..2e96b476 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -31,12 +31,12 @@ "view_error": "View error" }, "api_errors_titles": { - "APIError": "Yunohost encountered an unexpected error", - "APIBadRequestError": "Yunohost encountered an error", - "APIInternalError": "Yunohost encountered an internal error", - "APINotFoundError": "Yunohost API could not find a route", - "APINotRespondingError": "Yunohost API is not responding", - "APIConnexionError": "Yunohost encountered a connexion error" + "APIError": "YunoHost encountered an unexpected error", + "APIBadRequestError": "YunoHost encountered an error", + "APIInternalError": "YunoHost encountered an internal error", + "APINotFoundError": "YunoHost API could not find a route", + "APINotRespondingError": "YunoHost API is not responding", + "APIConnexionError": "YunoHost encountered a connexion error" }, "all_apps": "All apps", "api_not_found": "Seems like the web-admin tryed to query something that doesn't exist.",