From e9364f69d416edb211d23a613a4289e603887b31 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Tue, 1 Oct 2024 10:03:14 +0200 Subject: [PATCH] feat: #7679 show tooltips --- src/components/CreateNewPostcodeForm.vue | 2 ++ src/components/VnSelectProvince.vue | 2 ++ src/components/common/VnLocation.vue | 3 +++ 3 files changed, 7 insertions(+) diff --git a/src/components/CreateNewPostcodeForm.vue b/src/components/CreateNewPostcodeForm.vue index 396a7ebc8..2f0534b1e 100644 --- a/src/components/CreateNewPostcodeForm.vue +++ b/src/components/CreateNewPostcodeForm.vue @@ -156,6 +156,7 @@ async function handleCountries(data) { es: New postcode: Nuevo código postal + Create city: Crear población Please, ensure you put the correct data!: ¡Por favor, asegúrese de poner los datos correctos! City: Población Province: Provincia diff --git a/src/components/VnSelectProvince.vue b/src/components/VnSelectProvince.vue index 9eef125cc..606799e50 100644 --- a/src/components/VnSelectProvince.vue +++ b/src/components/VnSelectProvince.vue @@ -56,6 +56,7 @@ async function handleProvinces(data) { es: Province: Provincia + Create province: Crear provincia diff --git a/src/components/common/VnLocation.vue b/src/components/common/VnLocation.vue index 633d32b85..31c4f2cd5 100644 --- a/src/components/common/VnLocation.vue +++ b/src/components/common/VnLocation.vue @@ -70,6 +70,7 @@ const handleModelValue = (data) => { v-bind="$attrs" clearable :emit-value="false" + :tooltip="t('Create new location')" >