Skip to content

Commit

Permalink
Adjust account menu label
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Apr 26, 2021
1 parent 2b796d2 commit 538ea98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-runtime/src/components/UserMenu.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<nav v-if="userId" :aria-label="$gettext('This is a main navigation')">
<nav v-if="userId" :aria-label="$gettext('Account menu')">
<oc-button
id="_userMenuButton"
ref="menuButton"
Expand Down

0 comments on commit 538ea98

Please sign in to comment.