Update:Media item share modal UI/UX and localization #1768

This commit is contained in:
advplyr 2024-06-29 16:15:55 -05:00
parent 31146082f0
commit c309856f74
5 changed files with 76 additions and 26 deletions

View file

@ -442,7 +442,7 @@ export default {
if (this.userIsAdminOrUp && !this.isPodcast) {
items.push({
text: 'Share',
text: this.$strings.LabelShare,
action: 'share'
})
}