diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue index 45e373ade71..80ba7c7c7b9 100644 --- a/core/src/views/UnifiedSearch.vue +++ b/core/src/views/UnifiedSearch.vue @@ -28,7 +28,10 @@ @close="onClose"> @@ -191,6 +194,10 @@ export default { }, {}) }, + ariaLabel() { + return t('core', 'Search') + }, + /** * Is there any result to display * @returns {boolean}