We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ac951 commit ce5347dCopy full SHA for ce5347d
welcome.html
@@ -86,7 +86,7 @@ <h1 id="welcome-message">Benvenuto!</h1>
86
87
// Abilitiamo il bottone
88
const btn = document.getElementById('btn-open-chat');
89
- btn.innerText = "Parla con l'Agente";
+ btn.innerText = "Premi per parlare con l'Agente";
90
btn.classList.remove('disabled');
91
window.isSalesforceReady = true;
92
@@ -96,7 +96,7 @@ <h1 id="welcome-message">Benvenuto!</h1>
96
});
97
98
} catch (err) {
99
- console.error('Eccezione nello script di init: ', err);
+ console.error('Eccezione nello script init: ', err);
100
}
101
};
102
</script>
0 commit comments