diff --git a/adev-es/src/app/core/layout/footer/footer.component.en.html b/adev-es/src/app/core/layout/footer/footer.component.en.html
index 97ef75c..05c42f9 100644
--- a/adev-es/src/app/core/layout/footer/footer.component.en.html
+++ b/adev-es/src/app/core/layout/footer/footer.component.en.html
@@ -58,7 +58,7 @@
Community
Report Issues
@@ -93,28 +93,41 @@ Resources
-
Languages
+
Community translations
- Super-powered by Google ©2010-2025. Code licensed under an
+ Super-powered by Google ©2010-2026. Code licensed under an
MIT-style License
. Documentation licensed under
CC BY 4.0
- .
+ . Built by Angular at v{{ angularVersion }}.
diff --git a/adev-es/src/app/core/layout/footer/footer.component.html b/adev-es/src/app/core/layout/footer/footer.component.html
index bf33a6e..f39a7ad 100644
--- a/adev-es/src/app/core/layout/footer/footer.component.html
+++ b/adev-es/src/app/core/layout/footer/footer.component.html
@@ -41,7 +41,7 @@ Comunidad
Reportar problemas
diff --git a/adev-es/src/app/core/layout/navigation/navigation.component.en.html b/adev-es/src/app/core/layout/navigation/navigation.component.en.html
index 8786877..00ff93d 100644
--- a/adev-es/src/app/core/layout/navigation/navigation.component.en.html
+++ b/adev-es/src/app/core/layout/navigation/navigation.component.en.html
@@ -3,7 +3,7 @@
[attr.id]="PRIMARY_NAV_ID"
class="wrapper"
(docsClickOutside)="closeMobileNav()"
- [docsClickOutsideIgnore]="[SECONDARY_NAV_ID]"
+ [docsClickOutsideIgnore]="[SECONDARY_NAV_ID, SEARCH_DIALOG_ID]"
>
@@ -170,18 +170,13 @@
-
@@ -195,6 +190,7 @@
type="button"
(click)="toggleSearchDialog($event)"
title="Search docs"
+ [aria-label]="'Open search dialog with ' + searchTitle"
>
-
+
{{ searchLabel }}
K
@@ -303,16 +296,17 @@
-
@@ -451,7 +467,7 @@