diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2022-11-18 12:23:54 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-11-24 20:02:49 +0000 |
commit | b4238b570e4e20a8d9226c9fa240721e821a81fc (patch) | |
tree | 06caa2da8131252384ac7933259c675905c8de63 /sonar-core | |
parent | a78fdc17cfea8d6c9eedf816e755e3b0be0cf3c1 (diff) | |
download | sonarqube-b4238b570e4e20a8d9226c9fa240721e821a81fc.tar.gz sonarqube-b4238b570e4e20a8d9226c9fa240721e821a81fc.zip |
SONAR-17472 Improve accessibility of analysis navigation on Activity page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 insertions, 0 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 89d24f005ce..8344b7b3db2 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1526,6 +1526,8 @@ project_activity.analysis_build_string_X=Build string: {0} project_activity.add_version=Create Version project_activity.analyzed.TRK=Project Analyzed project_activity.analyzed.APP=Application Analyzed +project_activity.analysis_X_actions=Show actions for analysis {0} +project_activity.show_analysis_X_on_graph=Show details on interactive graph for analysis {0}. Note: this data is also available as a table. Click on the button below the graph. project_activity.remove_version=Remove Version project_activity.remove_version.question=Are you sure you want to delete this version? project_activity.change_version=Change Version |