summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/src/components/AppMenu.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/components/AppMenu.vue b/core/src/components/AppMenu.vue
index 6f65f185a4d..b9373c82ac6 100644
--- a/core/src/components/AppMenu.vue
+++ b/core/src/components/AppMenu.vue
@@ -20,7 +20,8 @@
-->
<template>
- <nav class="app-menu">
+ <nav class="app-menu"
+ :aria-label="t('core', 'Applications menu')">
<ul class="app-menu-main">
<li v-for="app in mainAppList"
:key="app.id"