Skip to content

Commit

Permalink
add pick plain text files string to be translated
Browse files Browse the repository at this point in the history
Signed-off-by: grnd-alt <[email protected]>
  • Loading branch information
grnd-alt committed Mar 19, 2024
1 parent ba5affb commit 9fe15f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/MediaHandler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default {
return
}

const path = await getFilePickerBuilder('Pick plain text files')
const path = await getFilePickerBuilder(t('text', 'Pick plain text files'))
.startAt(this.initialFilePath)
.build()
.pick()
Expand Down

0 comments on commit 9fe15f5

Please sign in to comment.