diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2024-09-26 15:55:26 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-26 20:03:15 +0000 |
commit | 9b704343e4b94efafc54e6d7c6288904869490fe (patch) | |
tree | 25608b11cbe65657950a7f9ba6d9e0d6f7896089 /sonar-core | |
parent | 3453380d4d07ce59d0a39e9f20b88269e751f545 (diff) | |
download | sonarqube-9b704343e4b94efafc54e6d7c6288904869490fe.tar.gz sonarqube-9b704343e4b94efafc54e6d7c6288904869490fe.zip |
SONAR-22951 Fix popover wording
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 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 20e9b40febf..7462a83f91f 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3009,7 +3009,7 @@ severity_impact.LOW.description=Potential for moderate to minor impact. severity_impact.INFO=Info severity_impact.INFO.description=Neither a bug nor a quality flaw. Just a finding. severity_impact.help.line1=Severities are now directly tied to the software quality impacted. This means that one software quality impacted has one severity. -severity_impact.help.line2=There are five levels of severity: blocker, high, medium, low and info. +severity_impact.help.line2=There are three levels of severity: high, medium, and low. #------------------------------------------------------------------------------ |