summaryrefslogtreecommitdiffstats
path: root/js/messaging.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/messaging.js')
-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: () => {