diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2022-10-10 15:08:47 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-10-13 20:03:19 +0000 |
commit | ac13af0a5480f6755f2be85e99826cd7b60f741b (patch) | |
tree | 2714c4c9289b3040a1819239f085807705a633da /sonar-core | |
parent | 425b470ddc75b27b138febb6c6cdd4612da307be (diff) | |
download | sonarqube-ac13af0a5480f6755f2be85e99826cd7b60f741b.tar.gz sonarqube-ac13af0a5480f6755f2be85e99826cd7b60f741b.zip |
SONAR-17004 [894180] Short text alternative is missing
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 52dd8eba7df..76dc91099ce 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1535,6 +1535,7 @@ project_activity.new_code_period_start=New Code Period starts here project_activity.new_code_period_start.help=The analysis before this mark is the baseline for New Code comparison project_activity.graphs.choose_type=Choose graph type +project_activity.graphs.explanation_x=This interactive graph shows data for the following project measures over time: {0} project_activity.graphs.new_code=New Code project_activity.graphs.new_code_long=New Code is indicated in yellow on the graph. project_activity.graphs.issues=Issues @@ -3220,7 +3221,7 @@ overview.project_key.APP=Application Key overview.project_key.TRK=Project Key overview.project_key.click_to_copy=Click to copy the key to your clipboard overview.activity=Activity -overview.activity.graph_shows_data_for_x=This space normally shows historical data for {0}. Click on the "Activity" link below to see more information. +overview.activity.graph_shows_data_for_x=This graph shows historical data for {0}. Click on the "Activity" link below to see more information. overview.recent_activity=Recent Activity overview.measures=Measures overview.measures.empty_explanation=Measures on New Code will appear after the second analysis of this branch. |