diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-03-29 11:11:56 +0200 |
---|---|---|
committer | Grégoire Aubert <gregaubert@users.noreply.github.com> | 2017-03-31 10:29:27 +0200 |
commit | 19adabdc666a5513b014776ffc283a911a6b2316 (patch) | |
tree | add80ced12cbd0362591d41eebc1be3083548b00 /sonar-core | |
parent | 76ad0222a481f307474b2990f264780f42cf3627 (diff) | |
download | sonarqube-19adabdc666a5513b014776ffc283a911a6b2316.tar.gz sonarqube-19adabdc666a5513b014776ffc283a911a6b2316.zip |
SONAR-8994 Add groups management in members view
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 983b79b5384..7bdccc71f2c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2828,3 +2828,4 @@ organization.members.remove_x=Are you sure you want to remove {0} from {1}'s mem organization.members.remove_warning_x={0} will no longer be able to : organization.members.browse_projects=Browse Projects organization.members.manage_groups=Manage groups +organization.members.x_groups={0}'s groups: |