Skip to content

Commit

Permalink
Merge pull request #4778 from nextcloud-libraries/fix/modal-close-label
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Nov 8, 2023
2 parents 0f95bdb + db4ee93 commit 4d08197
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 4d08197

Please sign in to comment.