Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
l10n: Fix text string
Signed-off-by: Valdnet <[email protected]>
  • Loading branch information
Valdnet authored and backportbot-nextcloud[bot] committed Sep 27, 2022
commit c0da91bb3afae5beb123e739982a9fbd364ab484
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