From b43d59a860d38e0bd9399f43a3d028ed96fc85b9 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Fri, 29 Jul 2022 17:22:58 +0200 Subject: [PATCH] SONAR-16885 [892372] Group of navigation links missing semantics --- .../src/main/js/apps/component-measures/sidebar/Sidebar.tsx | 4 ++-- .../sidebar/__tests__/__snapshots__/Sidebar-test.tsx.snap | 6 ++++-- .../src/main/resources/org/sonar/l10n/core.properties | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/component-measures/sidebar/Sidebar.tsx b/server/sonar-web/src/main/js/apps/component-measures/sidebar/Sidebar.tsx index ce346568958..611320a1e92 100644 --- a/server/sonar-web/src/main/js/apps/component-measures/sidebar/Sidebar.tsx +++ b/server/sonar-web/src/main/js/apps/component-measures/sidebar/Sidebar.tsx @@ -58,7 +58,7 @@ export default class Sidebar extends React.PureComponent { render() { const { showFullMeasures } = this.props; return ( -
+
+ ); } } diff --git a/server/sonar-web/src/main/js/apps/component-measures/sidebar/__tests__/__snapshots__/Sidebar-test.tsx.snap b/server/sonar-web/src/main/js/apps/component-measures/sidebar/__tests__/__snapshots__/Sidebar-test.tsx.snap index 75e622da8f5..fc32787d667 100644 --- a/server/sonar-web/src/main/js/apps/component-measures/sidebar/__tests__/__snapshots__/Sidebar-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/component-measures/sidebar/__tests__/__snapshots__/Sidebar-test.tsx.snap @@ -1,7 +1,9 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`should display two facets 1`] = ` -
+
+ `; 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 3a31c043dac..000590eb25e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -190,6 +190,7 @@ start_date=Start Date x_show={0} shown x_selected={0} selected x_of_y_shown={0} of {1} shown +secondary=Secondary size=Size skip=Skip skip_to_content=Skip to main content -- 2.39.5