Skip to content

Commit

Permalink
Merge pull request #1193 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Sep 1, 2022
2 parents 308cb2d + bfcd899 commit b2d5063
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/photos-main.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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 b2d5063

Please sign in to comment.