From f738e4d84e80ee25c892727f64be6bbba7b704b1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 27 Jan 2022 12:05:14 +0100 Subject: [PATCH] Fix typo --- app/src/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 54faf2f6..7eac7dec 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -29,7 +29,7 @@ "unknown": "Connection with the server has been closed for unknown reasons.", "reboot": "Your server is rebooting and will not be reachable for some time. A login prompt will be available as soon as the server is reachable.", "shutdown": "Your server is shutting down and is no longer reachable. Turn it back on and a login prompt will be available as soon as the server is reachable.", - "upgrade_system": "Connection with the server has been closed due to yunohost upgrade. Waiting for the server to be reachable again…" + "upgrade_system": "Connection with the server has been closed due to YunoHost upgrade. Waiting for the server to be reachable again…" }, "success": "The server is now reachable! You can try to login" }