Skip to content

Commit

Permalink
Change wording to media
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv authored Sep 1, 2022
1 parent 3e7cfd8 commit 32a8a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Settings/PhotosLocationSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default {
methods: {
selectPhotosFolder() {
const picker = getFilePickerBuilder(t('photos', 'Select the default location for your photos'))
const picker = getFilePickerBuilder(t('photos', 'Select the default location for your media'))
.setMultiSelect(false)
.setModal(true)
.setType(1)
Expand Down

0 comments on commit 32a8a5d

Please sign in to comment.