Skip to content

Commit

Permalink
Merge pull request #1387 from nextcloud/backport/1382/stable25
Browse files Browse the repository at this point in the history
[stable25] l10n: Fix text string
  • Loading branch information
skjnldsv authored Sep 27, 2022
2 parents 90426b2 + 9638b1c commit 7650a9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/viewer-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.js.map

Large diffs are not rendered by default.

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 7650a9a

Please sign in to comment.