3
0

Fix geometry current location translations

This commit is contained in:
Jože Fortun
2023-03-23 15:05:47 +01:00
parent a04f5400a5
commit 75eae7b1c8
3 changed files with 8 additions and 2 deletions
@@ -46,7 +46,7 @@
/>
<l-control class="leaflet-bar">
<a
:title="$t('tooltip.goToCurrentLocation')"
:title="$t('geometry.tooltip.goToCurrentLocation')"
role="button"
class="d-flex justify-content-center align-items-center"
@click="goToCurrentLocation"
@@ -72,6 +72,10 @@ import { evaluatePrefilter } from 'corteza-webapp-compose/src/lib/record-filter'
import base from './base'
export default {
i18nOptions: {
namespaces: 'block',
},
components: {
LPolygon,
LControl,
@@ -22,7 +22,7 @@
/>
<l-control class="leaflet-bar">
<a
:title="$t('tooltip.goToCurrentLocation')"
:title="$t('geometry.tooltip.goToCurrentLocation')"
role="button"
class="d-flex justify-content-center align-items-center"
@click="goToCurrentLocation"
@@ -719,6 +719,8 @@ geometry:
lockBounds: Lock bounds
topLeft: Bounds top left
lowerRight: Bounds lower right
tooltip:
goToCurrentLocation: Go to current location
tabs:
alertTitle: Set a title for your block