diff --git a/src/components/ui/VnLv.vue b/src/components/ui/VnLv.vue index 665404afc..6edfb8526 100644 --- a/src/components/ui/VnLv.vue +++ b/src/components/ui/VnLv.vue @@ -1,6 +1,8 @@ diff --git a/src/i18n/en/index.js b/src/i18n/en/index.js index 139977e32..0f380a968 100644 --- a/src/i18n/en/index.js +++ b/src/i18n/en/index.js @@ -936,5 +936,8 @@ export default { addToPinned: 'Add to pinned', removeFromPinned: 'Remove from pinned', }, + VnLv: { + copyText: '{copyValue} has been copied to the clipboard', + }, }, }; diff --git a/src/i18n/es/index.js b/src/i18n/es/index.js index 43f624cb3..b145958de 100644 --- a/src/i18n/es/index.js +++ b/src/i18n/es/index.js @@ -935,5 +935,8 @@ export default { addToPinned: 'AƱadir a fijados', removeFromPinned: 'Eliminar de fijados', }, + VnLv: { + copyText: '{copyValue} se ha copiado al portapepeles', + }, }, }; diff --git a/src/pages/Customer/Card/CustomerSummary.vue b/src/pages/Customer/Card/CustomerSummary.vue index 4ebd6efab..c46b8a8de 100644 --- a/src/pages/Customer/Card/CustomerSummary.vue +++ b/src/pages/Customer/Card/CustomerSummary.vue @@ -81,7 +81,7 @@ const creditWarning = computed(() => { - + {