add: translate texts of privacy list module
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user