From 074d2a6a86dcc5111105669d4ad666597df0e6e2 Mon Sep 17 00:00:00 2001 From: Viktor Vorona Date: Wed, 20 Sep 2023 11:51:35 +0200 Subject: [PATCH] SONAR-20336 Users page - change wording on managed info banner --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 5a9617672c2..9d48dd21d65 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -4766,7 +4766,7 @@ encryption.how_to_use.content4=For each property that you want to encrypt, gener #------------------------------------------------------------------------------ users.page=Users users.page.description=Create and administer individual users. -users.page.managed_description=Your instance is managed by {provider}. No modification is allowed except for tokens. You can still delete local users. All other operations should be done on your identity provider. See {link} for help managing users. +users.page.managed_description=Your instance is managed by {provider}. No modification is allowed except for tokens and SCM account information. You can still delete local users. All other operations should be done on your identity provider. See {link} for help managing users. users.info=User users.deactivate=Deactivate users.deactivate_user=Deactivate User -- 2.39.5