diff options
author | Christian Hesse <mail@eworm.de> | 2022-10-19 22:44:45 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-10-19 22:46:23 +0200 |
commit | 4106b199bfa7e55517480271ff8418a0de8db99c (patch) | |
tree | 204fd8d5732ca4bd79085345bc13d84e9bfa5cc4 /mod/notification-telegram | |
parent | fe87e9551d07ff33c62ce0f7611113c2218343a7 (diff) |
mod/notification-telegram: drop 'Telegram' from wording
Diffstat (limited to 'mod/notification-telegram')
-rw-r--r-- | mod/notification-telegram | 2 |
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 ]; |