Skip to content

Commit

Permalink
l10n: Change style of sentence
Browse files Browse the repository at this point in the history
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
  • Loading branch information
Valdnet authored and artonge committed Sep 12, 2022
1 parent cb437ab commit e85ab71
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 "{albumName}" album.', { albumName: this.baseName })
return t('photos', 'Cover photo for the album "{albumName}".', { albumName: this.baseName })
},
},
}
Expand Down

0 comments on commit e85ab71

Please sign in to comment.