diff options
author | Viktor Vorona <viktor.vorona@sonarsource.com> | 2024-11-25 16:54:51 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-26 20:02:51 +0000 |
commit | 87f2b822429fe5701111e78d6cc69796ad398500 (patch) | |
tree | 1c9838c55e08f3e754cb726a7fb1e823979ac519 /sonar-core/src/main | |
parent | 7aced2e72d17620bbb9828e37c3ad63bc81a4b94 (diff) | |
download | sonarqube-87f2b822429fe5701111e78d6cc69796ad398500.tar.gz sonarqube-87f2b822429fe5701111e78d6cc69796ad398500.zip |
SONAR-23654 Fix small UI bugs
Diffstat (limited to 'sonar-core/src/main')
-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 715aee75ec3..5360fc65863 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1872,8 +1872,8 @@ settings.mode.save.warning=Save changes to see them reflected in your instance settings.mode.save=Save the mode. The current mode will be switched to {isStandardMode, select, true {Standard Experience} other {Multi-Quality Rule Mode}} settings.mode.save.success=This instance is now in {isStandardMode, select, true {Standard Experience} other {Multi-Quality Rule Mode}}. -mode.standard.advertisement=Looking for Bugs, Vulnerabilities, or Code Smells? If your team prefers working with these types, change it in the <a>settings</a> -mode.mqr.advertisement=Looking for Security, Reliability, and Maintainability issues? If your team prefers working with software qualities, change it in the <a>settings</a> +mode.standard.advertisement=Looking for Security, Reliability, and Maintainability issues? If your team prefers working with software qualities, change it in the <a>settings</a> +mode.mqr.advertisement=Looking for Bugs, Vulnerabilities, or Code Smells? If your team prefers working with these types, change it in the <a>settings</a> settings.mode.mqr.advertisement=If your team prefers working with Vulnerabilities, Bugs, and Code Smells, change it in the <a>Mode section</a> of General Settings settings.mode.standard.advertisement=If your team prefers working with Security, Reliability, and Maintainability issues, change it in the <a>Mode section</a> of General Settings |