7525-devToTest #2542

Merged
alexm merged 231 commits from 7525-devToTest into test 2024-06-04 07:59:34 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit ab87929b2d - Show all commits

View File

@ -69,3 +69,4 @@ Send cau: Enviar cau
By sending this ticket, all the data related to the error, the section, the user, etc., are already sent.: Al enviar este cau ya se envían todos los datos relacionados con el error, la sección, el usuario, etc By sending this ticket, all the data related to the error, the section, the user, etc., are already sent.: Al enviar este cau ya se envían todos los datos relacionados con el error, la sección, el usuario, etc
ExplainReason: Explique el motivo por el que no deberia aparecer este fallo ExplainReason: Explique el motivo por el que no deberia aparecer este fallo
You already have the mailAlias: Ya tienes este alias de correo You already have the mailAlias: Ya tienes este alias de correo
Error loading ACLs: Error al cargar los ACLs

View File

@ -151,7 +151,7 @@ export default class Auth {
} else { } else {
// Retry after delay // Retry after delay
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
reject(new Error('Error al cargar los ACLs')); reject(new Error(this.$translate.instant('Error loading ACLs')));
}); });
} }
}); });