mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 12:19:16 +00:00
✨ In user registration add standard whatsapp field
This commit is contained in:
@@ -206,6 +206,7 @@ const messages = {
|
||||
email: "Email",
|
||||
password: "Password",
|
||||
profile: "Profile",
|
||||
whatsapp: "Default Connection",
|
||||
},
|
||||
buttons: {
|
||||
okAdd: "Add",
|
||||
@@ -340,6 +341,7 @@ const messages = {
|
||||
name: "Name",
|
||||
email: "Email",
|
||||
profile: "Profile",
|
||||
whatsapp: "Default Connection",
|
||||
actions: "Actions",
|
||||
},
|
||||
buttons: {
|
||||
|
||||
@@ -209,6 +209,7 @@ const messages = {
|
||||
email: "Correo Electrónico",
|
||||
password: "Contraseña",
|
||||
profile: "Perfil",
|
||||
whatsapp: "Conexión estándar",
|
||||
},
|
||||
buttons: {
|
||||
okAdd: "Agregar",
|
||||
@@ -345,6 +346,7 @@ const messages = {
|
||||
name: "Nombre",
|
||||
email: "Correo Electrónico",
|
||||
profile: "Perfil",
|
||||
whatsapp: "Conexión estándar",
|
||||
actions: "Acciones",
|
||||
},
|
||||
buttons: {
|
||||
|
||||
@@ -208,6 +208,7 @@ const messages = {
|
||||
email: "Email",
|
||||
password: "Senha",
|
||||
profile: "Perfil",
|
||||
whatsapp: "Conexão Padrão",
|
||||
},
|
||||
buttons: {
|
||||
okAdd: "Adicionar",
|
||||
@@ -344,6 +345,7 @@ const messages = {
|
||||
name: "Nome",
|
||||
email: "Email",
|
||||
profile: "Perfil",
|
||||
whatsapp: "Conexão Padrão",
|
||||
actions: "Ações",
|
||||
},
|
||||
buttons: {
|
||||
|
||||
Reference in New Issue
Block a user