From 4106b199bfa7e55517480271ff8418a0de8db99c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 19 Oct 2022 22:44:45 +0200 Subject: mod/notification-telegram: drop 'Telegram' from wording --- mod/notification-telegram | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; -- cgit v1.2.3-54-g00ecf