diff options
author | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-02-20 22:49:34 +0100 |
---|---|---|
committer | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-02-20 22:49:34 +0100 |
commit | 8de093bc3f84342bf626f136443e890520535c67 (patch) | |
tree | 1ab03f33cd616543ac594c29092bf035be3eae1a /js/messaging.js | |
parent | changed timetable toast if no periods (diff) | |
download | beziapp-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 |
Diffstat (limited to '')
-rw-r--r-- | js/messaging.js | 2 |
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: () => { |