Skip to content

Commit

Permalink
Correção na tradução ao deletar ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Oct 12, 2022
1 parent 1291369 commit 7e8436f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions frontend/src/translate/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,10 @@ const messages = {
ticketOptionsMenu: {
delete: "Delete",
transfer: "Transfer",
confirmationModal: {
title: "Delete contact ticket",
message: "Attention! All messages related to the ticket will be lost.",
confirmationModal: {
title: "Delete the ticket ",
titleFrom: "from the contact ",
message: "Attention! All messages related to the ticket will be lost.",
},
buttons: {
delete: "Delete",
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/translate/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,8 @@ const messages = {
delete: "Eliminar",
transfer: "Transferir",
confirmationModal: {
title: "Eliminar ticket de contacto",
title: "Eliminar el ticket ",
titleFrom: "del contacto ",
message: "¡Atención! Todos los mensajes relacionados con el ticket se perderán.",
},
buttons: {
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/translate/languages/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,8 @@ const messages = {
delete: "Deletar",
transfer: "Transferir",
confirmationModal: {
title: "Deletar o ticket do contato",
title: "Deletar o ticket ",
titleFrom: "do contato ",
message: "Atenção! Todas as mensagens relacionadas ao ticket serão perdidas.",
},
buttons: {
Expand Down

0 comments on commit 7e8436f

Please sign in to comment.