From 20d914fd109fd1331f4d0711f55004690514003f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 21 Dec 2023 17:28:38 +0100 Subject: [PATCH] Update 'ssowat conf regenerated' message to reflect that SSO and portal are two slightly different thing --- locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index 18897a65f..4cb24a12c 100644 --- a/locales/en.json +++ b/locales/en.json @@ -780,7 +780,7 @@ "service_unknown": "Unknown service '{service}'", "show_tile_cant_be_enabled_for_regex": "You cannot enable 'show_tile' right now, because the URL for the permission '{permission}' is a regex", "show_tile_cant_be_enabled_for_url_not_defined": "You cannot enable 'show_tile' right now, because you must first define an URL for the permission '{permission}'", - "ssowat_conf_generated": "SSOwat configuration regenerated", + "ssowat_conf_generated": "SSO and portal configurations regenerated", "system_upgraded": "System upgraded", "system_username_exists": "Username already exists in the list of system users", "this_action_broke_dpkg": "This action broke dpkg/APT (the system package managers)... You can try to solve this issue by connecting through SSH and running `sudo apt install --fix-broken` and/or `sudo dpkg --configure -a`.",