aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-10-19 22:44:45 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-10-19 22:46:23 +0200
commit4106b199bfa7e55517480271ff8418a0de8db99c (patch)
tree204fd8d5732ca4bd79085345bc13d84e9bfa5cc4
parentfe87e9551d07ff33c62ce0f7611113c2218343a7 (diff)
mod/notification-telegram: drop 'Telegram' from wording
-rw-r--r--mod/notification-telegram2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notification-telegram b/mod/notification-telegram
index 849740b..471dc10 100644
--- a/mod/notification-telegram
+++ b/mod/notification-telegram
@@ -121,7 +121,7 @@
}
:if ($Truncated = true) do={
:set Text ($Text . "\n" . [ $SymbolForNotification "scissors" ] . \
- [ $EscapeMD ("The Telegram message was too long and has been truncated, cut off " . \
+ [ $EscapeMD ("The message was too long and has been truncated, cut off " . \
(($LenSum - [ :len $Text ]) * 100 / $LenSum) . "%!") "plain" ]);
}
:set Text [ $UrlEncode $Text ];