Skip to content

Commit

Permalink
l10n: Remove "the"
Browse files Browse the repository at this point in the history
Signed-off-by: Valdnet <[email protected]>
  • Loading branch information
Valdnet authored Sep 9, 2022
1 parent ac76cf5 commit e5f5838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AlbumCover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default {
},
altImg() {
return t('photos', 'Cover photo for the album "{albumName}".', { albumName: this.baseName })
return t('photos', 'Cover photo for album "{albumName}".', { albumName: this.baseName })
},
},
}
Expand Down

0 comments on commit e5f5838

Please sign in to comment.