Skip to content

Commit

Permalink
Correção na tradução do modal de tranferir usuário
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Sep 21, 2022
1 parent 2d90fdd commit aefec1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/translate/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const messages = {
title: "Transfer Ticket",
fieldLabel: "Type to fetch users",
fieldConnectionLabel: "Transfer to connection",
fieldQueuePlaceholder: "Transfer to Sector",
fieldQueueLabel: "Transfer to Sector",
fieldConnectionPlaceholder: "Select a connection",
noOptions: "No user found with that name",
buttons: {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/translate/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const messages = {
title: "Boleto de transferencia",
fieldLabel: "Escriba para obtener usuarios",
fieldConnectionLabel: "Transferir a conexión",
fieldQueuePlaceholder: "Transferir a Sector",
fieldQueueLabel: "Transferir a Sector",
fieldConnectionPlaceholder: "Seleccione una conexión",
noOptions: "No se encontró ningún usuario con ese nombre",
buttons: {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/translate/languages/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const messages = {
title: "Transferir Ticket",
fieldLabel: "Digite para buscar usuários",
fieldConnectionLabel: "Transferir para conexão",
fieldQueuePlaceholder: "Transferir para o Setor",
fieldQueueLabel: "Transferir para o Setor",
fieldConnectionPlaceholder: "Selecione uma conexão",
noOptions: "Nenhum usuário encontrado com esse nome",
buttons: {
Expand Down

0 comments on commit aefec1c

Please sign in to comment.