diff --git a/src/components/modal/ConnectPhone.vue b/src/components/modal/ConnectPhone.vue index 0f80ceb..8b9ae11 100644 --- a/src/components/modal/ConnectPhone.vue +++ b/src/components/modal/ConnectPhone.vue @@ -25,7 +25,7 @@ - + {{ Array.isArray(error) ? error.join(", ") : error }} @@ -70,7 +70,7 @@ export default { else if (response.instance) { this.dialog = false; return; - } else throw new Error("Não foi possível carregar o QR Code, tente reiniciar o API"); + } else throw new Error("Não foi possível carregar o QR Code, se o erro persistir, reinicie a API e tente novamente."); this.timeout = setTimeout(this.loadQr, 40000); } catch (e) {