diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2024-10-30 21:59:22 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-05 20:03:02 +0000 |
commit | 3995d636eca4780bed3b4b891ee3228b2450097b (patch) | |
tree | 12b14dd5fb8fc25bb2b909dd6493fea592ab52f0 /sonar-core | |
parent | 3590ff9e7b701525e04fb23269115aee4d91a97f (diff) | |
download | sonarqube-3995d636eca4780bed3b4b891ee3228b2450097b.tar.gz sonarqube-3995d636eca4780bed3b4b891ee3228b2450097b.zip |
SONAR-23299 A11y improvements in QG
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 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 6b03a41cfe1..1ebd3ff29b2 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2509,7 +2509,8 @@ quality_gates.built_in.help=Built-in, immutable Quality Gate reflecting best pra quality_gates.built_in.description.1=This quality gate is provided by default. quality_gates.built_in.description.2=It will automatically be updated with the latest recommendations. quality_gates.status=Quality Gate status -quality_gates.help=A Quality Gate is a set of measure-based, Boolean conditions. It helps you know immediately whether your projects are production-ready. Ideally, all projects will use the same quality gate. Each project's Quality Gate status is displayed prominently on its homepage. +quality_gates.help.title=What is a quality gate? +quality_gates.help.desc=It`s a set of measure-based, Boolean conditions. It helps you know immediately whether your projects are production-ready. Ideally, all projects will use the same quality gate. Each project's Quality Gate status is displayed prominently on its homepage. quality_gates.permissions=Permissions quality_gates.permissions.help=Users with the global "Administer quality gates" permission and those listed below can manage this quality gate. quality_gates.permissions.grant=Grant permissions to a user or a group |