aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2017-02-08 14:45:27 +0100
committerStas Vilchik <vilchiks@gmail.com>2017-02-08 14:45:27 +0100
commit7361ad67f164fe66171934cc2b3fd78a062ef6af (patch)
treecaa46110a745422863cb07cd1fa115666d9d1a0e /sonar-core
parent3047c2d49fdddad31937f70469fc73b714b856c5 (diff)
downloadsonarqube-7361ad67f164fe66171934cc2b3fd78a062ef6af.tar.gz
sonarqube-7361ad67f164fe66171934cc2b3fd78a062ef6af.zip
SONAR-8666 change description of organization key
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 insertions, 1 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 ddd4525e772..473cb702d36 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2772,7 +2772,7 @@ organization.description=Description
organization.description.description=Description of the organization (256 characters max).
organization.edit=Edit Organization
organization.key=Key
-organization.key.description=Key of the organization (2 to 32 characters). All chars must be lower-case letters (a to z), digits or dash (but dash can neither be trailing nor heading). The key is unique to the whole SonarQube. When not specified, the key is computed from the name.
+organization.key.description=Key of the organization (2 to 32 characters). All chars must be lower-case letters (a to z), digits or dash (but dash can neither be trailing nor heading). When not specified, the key is computed from the name.
organization.name=Name
organization.name.description=Name of the organization (2 to 64 characters).
organization.updated=Organization details have been updated.