mod/notification-telegram: drop 'Telegram' from wording

This commit is contained in:
Christian Hesse 2022-10-19 22:44:45 +02:00
parent fe87e9551d
commit 4106b199bf

View file

@ -121,7 +121,7 @@
} }
:if ($Truncated = true) do={ :if ($Truncated = true) do={
:set Text ($Text . "\n" . [ $SymbolForNotification "scissors" ] . \ :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" ]); (($LenSum - [ :len $Text ]) * 100 / $LenSum) . "%!") "plain" ]);
} }
:set Text [ $UrlEncode $Text ]; :set Text [ $UrlEncode $Text ];