diff options
author | Sarath Nair <91882341+sarath-nair-sonarsource@users.noreply.github.com> | 2024-09-17 17:31:43 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-17 20:02:39 +0000 |
commit | d294ebcf73e5cbb98c5d3515eb7bcc17688fc339 (patch) | |
tree | 0dd8b30aeed72e3033fd80c8f24060cbb27b13f1 /sonar-core | |
parent | abc989a2156c7dffbf66de03a7bcc243824b9d80 (diff) | |
download | sonarqube-d294ebcf73e5cbb98c5d3515eb7bcc17688fc339.tar.gz sonarqube-d294ebcf73e5cbb98c5d3515eb7bcc17688fc339.zip |
SONAR-22315 Fix a11y issues on Branches & PRs page (#11651)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 0 insertions, 4 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 9295d0724d0..890d4875c16 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2545,7 +2545,6 @@ coding_rules.type.deprecation.filter_by=You can now filter rules by Clean Code A coding_rules.severity.deprecation.title=Severities are now directly tied to the software quality impacted. This old severity is deprecated and it will no longer be possible to change it in the future. coding_rules.severity.deprecation.filter_by=You can now filter rules by Software Quality and new Severity. coding_rules.prioritized_rule.title=Prioritized rule -coding_rules.prioritized_rule.label={state, select, on {Mark} other {Unmark}} as Prioritized coding_rules.prioritized_rule.switch_label=Indicates that all corresponding issues in Overall Code should be fixed coding_rules.prioritized_rule.note=For your Quality Gate to fail when corresponding issues exist in the overall code, you must add a condition that checks whether any issues have been raised from prioritized rules. @@ -2902,8 +2901,6 @@ my_account.create_new_project_portfolio_or_application=Analyze new project / Cre my_account.preferences=Preferences my_account.preferences.keyboard_shortcuts=Enable Keyboard Shortcuts my_account.preferences.keyboard_shortcuts.description=Some actions can be performed using keyboard shortcuts. If you do not want to use these shortcuts, you can disable them here (this won't disable navigation shortcuts, which include the arrows, escape, and enter keys). For a list of available keyboard shortcuts, use the question mark shortcut (hit {questionMark} on your keyboard). -my_account.preferences.keyboard_shortcuts.enabled=Keyboard shortcuts are enabled -my_account.preferences.keyboard_shortcuts.disabled=Keyboard shortcuts are disabled notifications.send_email=Send me an email for: @@ -3997,7 +3994,6 @@ background_task.type.GITLAB_PROJECT_PERMISSIONS_PROVISIONING=Gitlab Project Perm background_tasks.page=Background Tasks background_tasks.page.description=This page allows monitoring of the queue of tasks running asynchronously on the server. It also gives access to the history of finished tasks and their status. Analysis report processing is the most common kind of background task. -background_tasks.currents_filter.ALL=All background_tasks.currents_filter.ONLY_CURRENTS=Only Latest Analysis background_tasks.date_filter=Date |