summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <sijanecantonluka@gmail.com>2020-02-20 22:49:34 +0100
committerAnton Luka Šijanec <sijanecantonluka@gmail.com>2020-02-20 22:49:34 +0100
commit8de093bc3f84342bf626f136443e890520535c67 (patch)
tree1ab03f33cd616543ac594c29092bf035be3eae1a
parentchanged timetable toast if no periods (diff)
downloadbeziapp-8de093bc3f84342bf626f136443e890520535c67.tar
beziapp-8de093bc3f84342bf626f136443e890520535c67.tar.gz
beziapp-8de093bc3f84342bf626f136443e890520535c67.tar.bz2
beziapp-8de093bc3f84342bf626f136443e890520535c67.tar.lz
beziapp-8de093bc3f84342bf626f136443e890520535c67.tar.xz
beziapp-8de093bc3f84342bf626f136443e890520535c67.tar.zst
beziapp-8de093bc3f84342bf626f136443e890520535c67.zip
-rw-r--r--js/messaging.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/messaging.js b/js/messaging.js
index 478bad4..fb764a8 100644
--- a/js/messaging.js
+++ b/js/messaging.js
@@ -302,7 +302,7 @@ async function sendMessage(recipient_number, subject, body) {
type: "POST",
success: () => {
// we CAN'T know wether the mesgg was delievered
- M.toast({ html: "Message was <i>probably</i> sent, check the Sent folder to be sure!" });
+ M.toast({ html: "Message was probably sent, check the Sent folder to be sure!" });
setLoading(false);
},
error: () => {