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 dd38895
Showing 1 changed file with 1 addition and 1 deletion.
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 dd38895

Please sign in to comment.