diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-11-30 13:41:38 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-12-11 18:00:33 +0100 |
commit | aa02b659cf9920ab6757611706b0dcf3286894da (patch) | |
tree | b39855ca7c08fa96d56b197f3db97ddb1d9629ca /sonar-core | |
parent | fe0e77077ab2a218001a96dd2932105889276f37 (diff) | |
download | sonarqube-aa02b659cf9920ab6757611706b0dcf3286894da.tar.gz sonarqube-aa02b659cf9920ab6757611706b0dcf3286894da.zip |
SONAR-8829 move organization avatar to the left
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 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 8b3a473149e..c055ad8d0a5 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1400,8 +1400,8 @@ my_account.projects.no_results=You are not administering any project yet. my_account.projects.analyzed_x=Analyzed {0} my_account.projects.never_analyzed=Never analyzed my_account.organizations=Organizations -my_account.organizations.description=Those organizations are the ones you are administering. -my_account.organizations.no_results=You are not administering any organizations yet. +my_account.organizations.description=Those organizations are the ones you are member of. +my_account.organizations.no_results=You are not a member of any organizations yet. my_account.create_organization=Create Organization my_account.search_project=Search Project my_account.set_notifications_for=Set notifications for |