From af86054979ef0a46800238e22fa15c8aff02759b Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Fri, 5 Aug 2022 14:32:17 +0200 Subject: [PATCH] SONAR-16731 [891660] Programmatic label does not convey purpose of control --- .../js/apps/projects/components/AllProjects.tsx | 1 + .../__snapshots__/AllProjects-test.tsx.snap | 1 + .../src/main/js/components/controls/ListFooter.tsx | 13 ++++++++++++- .../src/main/js/components/controls/buttons.tsx | 2 +- .../main/resources/org/sonar/l10n/core.properties | 2 +- 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/projects/components/AllProjects.tsx b/server/sonar-web/src/main/js/apps/projects/components/AllProjects.tsx index d7de7ef7727..b2a000ba1b2 100644 --- a/server/sonar-web/src/main/js/apps/projects/components/AllProjects.tsx +++ b/server/sonar-web/src/main/js/apps/projects/components/AllProjects.tsx @@ -265,6 +265,7 @@ export class AllProjects extends React.PureComponent { /> )} , - 'className' | 'disabled' | 'id' | 'style' | 'title' + 'aria-label' | 'className' | 'disabled' | 'id' | 'style' | 'title' >; interface ButtonProps extends AllowedButtonAttributes { 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 0a81ba4f272..ee93a308e00 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1108,7 +1108,7 @@ projects.sort.duplications=by duplications (best first) projects.sort.-duplications=by duplications (worst first) projects.sort.size=by size (smallest first) projects.sort.-size=by size (biggest first) - +projects.show_more=Show more projects projects.security_hotspots_reviewed=Hotspots Reviewed #------------------------------------------------------------------------------ -- 2.39.5