mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add hint to labels of user and group position settings
This commit is contained in:
parent
ab493e1a25
commit
5f8368e971
@ -125,7 +125,11 @@
|
||||
<!-- location -->
|
||||
<ds-select
|
||||
id="city"
|
||||
:label="$t('settings.data.labelCity') + locationNameLabelAddOnOldName"
|
||||
:label="
|
||||
$t('settings.data.labelCity') +
|
||||
locationNameLabelAddOnOldName +
|
||||
$t('settings.data.labelCityHint')
|
||||
"
|
||||
v-model="formData.locationName"
|
||||
:options="cities"
|
||||
icon="map-marker"
|
||||
|
||||
@ -816,6 +816,7 @@
|
||||
"data": {
|
||||
"labelBio": "Über Dich",
|
||||
"labelCity": "Deine Stadt oder Region",
|
||||
"labelCityHint": " (zeigt ungenaue Position auf der Landkarte)",
|
||||
"labelName": "Dein Name",
|
||||
"labelSlug": "Dein eindeutiger Benutzername",
|
||||
"name": "Deine Daten",
|
||||
|
||||
@ -816,6 +816,7 @@
|
||||
"data": {
|
||||
"labelBio": "About You",
|
||||
"labelCity": "Your City or Region",
|
||||
"labelCityHint": " (shows inaccurate position on map)",
|
||||
"labelName": "Your Name",
|
||||
"labelSlug": "Your unique user name",
|
||||
"name": "Your data",
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
model="locationName"
|
||||
icon="map-marker"
|
||||
:options="cities"
|
||||
:label="$t('settings.data.labelCity')"
|
||||
:label="$t('settings.data.labelCity') + $t('settings.data.labelCityHint')"
|
||||
:placeholder="$t('settings.data.labelCity')"
|
||||
:loading="loadingGeo"
|
||||
@input.native="handleCityInput"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user