From 3cdf91c51d34ed47cc50aa9f4e19c6eb3201d651 Mon Sep 17 00:00:00 2001 From: Mihai-Valentin DUMITRU <mihai.dumitru2201@upb.ro> Date: Mon, 31 Mar 2025 16:40:38 +0300 Subject: [PATCH] add notification about conversations being stored --- js/selections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/selections.js b/js/selections.js index 691bca6..bc6581e 100644 --- a/js/selections.js +++ b/js/selections.js @@ -42,7 +42,7 @@ export function setupSelections(conversationID) { chatInputContainer.classList.remove('hidden'); setTimeout(() => { - let messageText = `BunÄ đ! AČi selectat ${selectedLocation}, subiect: ${selectedSubject}. Cum vÄ pot ajuta cu informaČii despre admitere?\n\nRÄspunsurile sunt orientative Či pot conČine erori. VÄ rugÄm sÄ verificaČi toate rÄspunsurile cu sursele furnizate. \nPlatforma oficialÄ de admitere se gÄseČte la adresa [admitere.pub.ro](https://admitere.pub.ro). \nPentru orice ĂŽntrebare suplimentarÄ, puteČi contacta [admitere.anticipata@upb.ro](mailto:admitere.anticipata@upb.ro). \nPentru contact telefonic ne puteČi gÄsi [aici](https://admitere.pub.ro/docs/Date%20contact%20CLA_2025.pdf?v=24.03.29).` + let messageText = `BunÄ đ! AČi selectat ${selectedLocation}, subiect: ${selectedSubject}. Cum vÄ pot ajuta cu informaČii despre admitere?\n\nRÄspunsurile sunt orientative Či pot conČine erori; vÄ rugÄm sÄ verificaČi toate rÄspunsurile cu sursele furnizate. \nConČinutul conversaČiilor este pÄstrat pentru ĂŽmbunÄtÄČirea serviciilor; nu trimiteČi date personale. \nPlatforma oficialÄ de admitere se gÄseČte la adresa [admitere.pub.ro](https://admitere.pub.ro). \nPentru orice ĂŽntrebare suplimentarÄ, puteČi contacta [admitere.anticipata@upb.ro](mailto:admitere.anticipata@upb.ro). \nPentru contact telefonic ne puteČi gÄsi [aici](https://admitere.pub.ro/docs/Date%20contact%20CLA_2025.pdf?v=24.03.29).` reply(messageText, conversationID, true); }, 500); -- GitLab