Skip to content

Commit

Permalink
l10n: Changed Photos to lowercase
Browse files Browse the repository at this point in the history
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored Aug 31, 2022
1 parent a0df19b commit 1328d11
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 photos'))
.setMultiSelect(false)
.setModal(true)
.setType(1)
Expand Down

0 comments on commit 1328d11

Please sign in to comment.