Skip to content

Commit

Permalink
Fix translation syntax
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv authored Sep 27, 2022
1 parent 0698c81 commit ec57292
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}"', { fileName })
},
},
Expand Down

0 comments on commit ec57292

Please sign in to comment.