From 97d37b63ff009dd6e87ccdc311625f1ed487c5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Robles?= Date: Tue, 20 Feb 2024 18:27:13 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Fix=20WCAG=20Issues=20and=20create?= =?UTF-8?q?=20new=20report=20(#231)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Parent issue: https://github.com/sequentech/meta/issues/550 --- .../default-election-directive.html | 7 +++++-- locales/en.json | 4 ++++ locales/es.json | 4 ++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/avElection/layouts/default-election-directive/default-election-directive.html b/avElection/layouts/default-election-directive/default-election-directive.html index dee549e..a2f7642 100644 --- a/avElection/layouts/default-election-directive/default-election-directive.html +++ b/avElection/layouts/default-election-directive/default-election-directive.html @@ -1,8 +1,11 @@ + +
@@ -54,9 +57,9 @@

-
+
-
\ No newline at end of file + \ No newline at end of file diff --git a/locales/en.json b/locales/en.json index 4efbadf..e10ee04 100644 --- a/locales/en.json +++ b/locales/en.json @@ -126,6 +126,10 @@ "legal": { "title": "Legal", "contact": "contact" + }, + "skipLinks": { + "skipToMain": "Skip to main content", + "skipToFooter": "Skip to footer" } } } diff --git a/locales/es.json b/locales/es.json index 723dc4f..04bd511 100644 --- a/locales/es.json +++ b/locales/es.json @@ -124,6 +124,10 @@ "legal": { "title": "Legal", "contact": "contacto" + }, + "skipLinks": { + "skipToMain": "Saltar al contenido principal", + "skipToFooter": "Saltar al pie de página" } } }