add: translate texts of privacy list module

This commit is contained in:
Alexandro Uc
2026-04-03 14:41:44 -06:00
parent 0fbe83d737
commit a9f7349039
7 changed files with 67 additions and 35 deletions

View File

@@ -25,8 +25,8 @@
const handleAddPrivateList = async() => {
Swal.fire({
title: 'Lista privadad',
text: '¿Estas seguro de añadir a este transportista de la lista privada?',
title: t('contacts.privacyList'),
text: t('contacts.QuestionAddCarrier'),
icon: 'info',
showCancelButton: true,
cancelButtonColor: "#d33",
@@ -46,8 +46,7 @@
if(response === 'success') {
existInPrivateList.value = true;
Swal.fire({
title: 'Transportista añadido',
text: 'Se ha añadido este transportista a la lista privada',
text: t('messages.actionSuccess'),
icon: "success"
});
} else {