Skip to content

Commit

Permalink
fix(NcModal): Adjust aria-label to fix nextcloud/server#40703
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Nov 8, 2023
1 parent 54d47b3 commit db4ee93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions l10n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ msgstr ""
msgid "Close"
msgstr ""

msgid "Close modal"
msgstr ""

msgid "Close navigation"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion src/components/NcModal/NcModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ export default {
},
closeButtonAriaLabel() {
return t('Close modal')
return t('Close')
},
prevButtonAriaLabel() {
return t('Previous')
Expand Down

0 comments on commit db4ee93

Please sign in to comment.