Skip to content

Commit

Permalink
Correção na tradução do modal de deletar ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Sep 21, 2022
1 parent aefec1c commit 2d549e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion frontend/src/translate/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@ const messages = {
delete: "Delete",
reply: "Reply",
confirmationModal: {
title: "Delete message?",
title: "Delete message ",
titleFrom: "from contact ",
message: "This action cannot be reversed.",
},
},
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 @@ -497,7 +497,8 @@ const messages = {
delete: "Eliminar",
transfer: "Transferir",
confirmationModal: {
title: "Eliminar ticket de contacto",
title: "Eliminar ticket de contacto ",
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 @@ -497,7 +497,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 2d549e7

Please sign in to comment.