Frontend: Update translations.json and page/settings/general.vue #2083

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-10-31 14:44:15 +01:00
parent 7ac21e63ef
commit 6ae5c5e4a6
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -318,7 +318,7 @@
<v-select <v-select
v-model="settings.maps.style" v-model="settings.maps.style"
:disabled="busy" :disabled="busy"
:items="mapsStyle" :items="options.MapsStyle()"
:label="$gettext('Style')" :label="$gettext('Style')"
color="secondary-dark" color="secondary-dark"
background-color="secondary-light" background-color="secondary-light"