Skip to content

Commit

Permalink
l10n: Fix text string
Browse files Browse the repository at this point in the history
Signed-off-by: Valdnet <[email protected]>
  • Loading branch information
Valdnet authored Sep 22, 2022
1 parent 90426b2 commit 0698c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Images.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
},
alt() {
const fileName = basename(this.src)
return t('viewer', `Content of '${fileName}'`)
return t('viewer', 'Content of "${fileName}"')
},
},
Expand Down

0 comments on commit 0698c81

Please sign in to comment.