summaryrefslogtreecommitdiff
path: root/localmarkdown2sms
diff options
context:
space:
mode:
Diffstat (limited to 'localmarkdown2sms')
-rwxr-xr-xlocalmarkdown2sms2
1 files changed, 1 insertions, 1 deletions
diff --git a/localmarkdown2sms b/localmarkdown2sms
index f394764..879ce93 100755
--- a/localmarkdown2sms
+++ b/localmarkdown2sms
@@ -182,7 +182,7 @@ sub sendmsg {
my $num_children = $#{ $reply{$key} } + 1; # How many children we'll create
if (0 == $num_children) {
- &sendmsg($phone, "fallback message", "Hmmm, strange, the word \"$key\" is unknown. Perhaps you typed it wrong?\n\nPlease try again.");
+ &sendmsg($phone, "fallback message", "Sorry, the sms code \"$key\" is unknown.\nPlease send only sms codes to this number.");
exit;
}