mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-22 11:54:44 +02:00
mod/notification-telegram: drop 'Telegram' from wording
This commit is contained in:
parent
fe87e9551d
commit
4106b199bf
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue