mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-24 05:07:44 -06:00
Fix API phoneConnect error i18n
This commit is contained in:
@@ -41,6 +41,7 @@ export default {
|
||||
profile: "Profile",
|
||||
},
|
||||
connectPhone: {
|
||||
title: "Phone not connected"
|
||||
title: "Phone not connected",
|
||||
apiGenericError: "Could not load QR Code, if the error persists, restart the API and try again."
|
||||
}
|
||||
}
|
||||
@@ -41,6 +41,7 @@ export default {
|
||||
profile: "Perfil",
|
||||
},
|
||||
connectPhone: {
|
||||
title: "Telefone não conectado"
|
||||
title: "Telefone não conectado",
|
||||
apiGenericError: "Não foi possível carregar o QR Code, se o erro persistir, reinicie a API e tente novamente."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user