From e9f22b991250f4e002f020e646d16a67e4920676 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 25 Sep 2023 15:36:39 +0200 Subject: Client + Locales: Update cleanup+renew canceled erorr message --- client/locales/it/messages.gotext.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'client/locales/it/messages.gotext.json') diff --git a/client/locales/it/messages.gotext.json b/client/locales/it/messages.gotext.json index 2691bff..474035b 100644 --- a/client/locales/it/messages.gotext.json +++ b/client/locales/it/messages.gotext.json @@ -282,6 +282,11 @@ "message": "Failed to get the current server to cleanup the connection", "translation": "" }, + { + "id": "The cleanup process was canceled", + "message": "The cleanup process was canceled", + "translation": "" + }, { "id": "Failed to cleanup the VPN connection for the current server", "message": "Failed to cleanup the VPN connection for the current server", @@ -297,6 +302,11 @@ "message": "Failed to get current server for renewing the session", "translation": "" }, + { + "id": "The renewing process was canceled", + "message": "The renewing process was canceled", + "translation": "" + }, { "id": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'", "message": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'", -- cgit v1.2.3