diff options
author | David Cho-Lerat <david.cho-lerat@sonarsource.com> | 2024-12-10 19:02:50 +0100 |
---|---|---|
committer | Steve Marion <steve.marion@sonarsource.com> | 2024-12-18 11:13:22 +0100 |
commit | 6397704e429c7c31d6a595d5afcb71d6f121cb60 (patch) | |
tree | aa7f858707c5e57d18da888d87030fe1f2f1bfa3 /sonar-core/src/main | |
parent | 27be0a49139772c373ecf9663962a027140b6640 (diff) | |
download | sonarqube-6397704e429c7c31d6a595d5afcb71d6f121cb60.tar.gz sonarqube-6397704e429c7c31d6a595d5afcb71d6f121cb60.zip |
SONAR-23937 Fix typos in core.properties
Diffstat (limited to 'sonar-core/src/main')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 3 insertions, 3 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 0c0127adfe6..f1e7755cbc5 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -975,7 +975,7 @@ issue.send_notifications=Send Notifications issue.why_this_issue=Why is this an issue? issue.why_this_issue.long=Why is this an issue? Open the rule's details at the bottom of the page. issue.severity.updated_notification.link.standard=This {type}'s -issue.severity.updated_notification.link.mqr=This issues's +issue.severity.updated_notification.link.mqr=This issue's issue.severity.updated_notification={issueLink, select, other { {issueLink} }} {quality, select, other { {quality} }} severity was changed from {before} to {after} issue.change_status=Change Status issue.transition.community_plug_link=SonarSource Community @@ -1108,7 +1108,7 @@ issue.clean_code_attribute.TESTED.advice=To be tested, the code needs to have au issue.clean_code_attribute.TRUSTWORTHY=Not trustworthy issue.clean_code_attribute.TRUSTWORTHY.title=This is a responsibility issue, the code is not trustworthy enough. issue.clean_code_attribute.TRUSTWORTHY.advice=To be trustworthy, the code needs to abstain from revealing or hard-coding private information. -clean_code_attribute.learn_more=Lear more about Clean Code +clean_code_attribute.learn_more=Learn more about Clean Code issue.issue_status.OPEN=Open issue.issue_status.ACCEPTED=Accepted @@ -4179,7 +4179,7 @@ component_navigation.status.failed_branch=The last analysis on this project ({br component_navigation.status.failed_branch_X=The last {type} on this project ({branch}) failed. component_navigation.status.failed_branch.admin.link=The last analysis on this project ({branch}) failed. More details available on the {url} page. component_navigation.status.failed_branch_X.admin.link=The last {type} on this project ({branch}) failed. More details available on the {url} page. -component_navigation.status.failed_branch.admin.help==The last analysis on this project ({branch}) failed. You can find more details below by clicking on the cog menu, and then "{stacktrace}". +component_navigation.status.failed_branch.admin.help=The last analysis on this project ({branch}) failed. You can find more details below by clicking on the cog menu, and then "{stacktrace}". component_navigation.status.failed_branch_X.admin.help=The last {type} on this project ({branch}) failed. You can find more details below by clicking on the cog menu, and then "{stacktrace}". component_navigation.status.pending=There is a pending background task. component_navigation.status.pending_X=There is a pending {type}. |