diff options
author | guillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com> | 2024-10-14 17:33:32 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-18 20:03:10 +0000 |
commit | b46f4fec4986b5d870d668658a8d98fd62aa14ff (patch) | |
tree | a1737666793e604f0ffa75a99bcda6d3a4822279 /sonar-core | |
parent | fadd831f5581409a870752aa383fea11ea1ebab2 (diff) | |
download | sonarqube-b46f4fec4986b5d870d668658a8d98fd62aa14ff.tar.gz sonarqube-b46f4fec4986b5d870d668658a8d98fd62aa14ff.zip |
SONAR-22615 Inform admin that updating a group's member when SAML is enabled is temporary
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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 8dc49efc51c..69a8d79f47e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -5521,6 +5521,7 @@ users.last_sonarlint_connection.help_text=The time of the last connection from S users.update_users_groups=Update {0}'s group membership users.view_users_groups=View {0}'s group membership users.update_groups=Update Groups +users.update_groups.saml_enabled=Updating a group's membership when SAML is enabled will be temporary. The group membership will be updated the next time the user logs in. users.view_groups=View Groups users.manage_user=Update {0} users.update_tokens=Update tokens |