From 5483bc39edbefea0df93f3326d744ebcff305794 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 20 Feb 2017 11:46:59 +0100 Subject: change wording in organization form --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sonar-core') 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. -- cgit v1.2.3