diff --git a/l10n/messages.pot b/l10n/messages.pot index da08bb6b84..4a892b082e 100644 --- a/l10n/messages.pot +++ b/l10n/messages.pot @@ -180,9 +180,6 @@ msgstr "" msgid "Open navigation" msgstr "" -msgid "Open settings menu" -msgstr "" - msgid "Password is secure" msgstr "" diff --git a/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue b/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue index ffbe95c397..fc90bc1a9b 100644 --- a/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue +++ b/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue @@ -29,17 +29,16 @@ type="button" :aria-expanded="open ? 'true' : 'false'" aria-controls="app-settings__content" - :aria-label="ariaLabel" @click="toggleMenu"> {{ name }} - +
-
+
@@ -80,9 +79,6 @@ export default { this.clickOutsideOptions, ] }, - ariaLabel() { - return t('Open settings menu') - }, }, methods: { toggleMenu() {