diff --git a/src/components/common/VnInput.vue b/src/components/common/VnInput.vue
index e921d8e1f..13902d271 100644
--- a/src/components/common/VnInput.vue
+++ b/src/components/common/VnInput.vue
@@ -174,7 +174,11 @@ const handleUppercase = () => {
v-if="!$attrs.disabled && !($attrs.readonly) && $props.uppercase"
@click="handleUppercase"
class="uppercase-icon"
- />
+ >
+
+ {{ t('Convert to uppercase') }}
+
+
@@ -187,13 +191,26 @@ const handleUppercase = () => {
+
en:
inputMin: Must be more than {value}
maxLength: The value exceeds {value} characters
inputMax: Must be less than {value}
+
es:
inputMin: Debe ser mayor a {value}
maxLength: El valor excede los {value} carácteres
inputMax: Debe ser menor a {value}
+ Convert to uppercase: Convertir a mayúsculas
\ No newline at end of file