diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-02-20 11:46:59 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2017-02-20 11:46:59 +0100 |
commit | 5483bc39edbefea0df93f3326d744ebcff305794 (patch) | |
tree | 223ee95ec028c20038c41e9676afc07b85756edb /sonar-core | |
parent | 297243e70a3ed48eb281a0a1e5ea00813f61eb40 (diff) | |
download | sonarqube-5483bc39edbefea0df93f3326d744ebcff305794.tar.gz sonarqube-5483bc39edbefea0df93f3326d744ebcff305794.zip |
change wording in organization form
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 56479a79be1..108206c6bce 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2773,7 +2773,7 @@ organization.delete.description=Delete this organization from SonarQube. All pro organization.delete.question=Are you sure you want to delete this organization? organization.deleted=Organization has been deleted. organization.description=Description -organization.description.description=Description of the organization (256 characters max). +organization.description.description=Description of the organization. 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). When not specified, the key is computed from the name. @@ -2781,4 +2781,4 @@ organization.name=Name organization.name.description=Name of the organization (2 to 64 characters). organization.updated=Organization details have been updated. organization.url=Url -organization.url.description=Url of the homepage of the organization (256 characters max). +organization.url.description=Url of the homepage of the organization. |