diff --git a/src/components/notifications/Telegram.vue b/src/components/notifications/Telegram.vue index 46824538..a7e46fde 100644 --- a/src/components/notifications/Telegram.vue +++ b/src/components/notifications/Telegram.vue @@ -43,37 +43,14 @@ -
- - -
- -
- -
- {{ $t("Thread ID Description") }} -
-
- -
-
- - -
- -
- {{ $t("Silent Notification Description") }} -
-
-
- +
- {{ $t("Protect Forwarding Description") }} + {{ $t("telegramProtectContentDescription") }}
diff --git a/src/lang/en.json b/src/lang/en.json index ef6cb688..478ddddc 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -365,6 +365,8 @@ "telegramMessageThreadIDDescription": "Optional Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", "telegramSendSilently": "Send Silently", "telegramSendSilentlyDescription": "Sends the message silently. Users will receive a notification with no sound.", + "telegramProtectContent": "Protect Forwarding/Saving", + "telegramProtectContentDescription": "If enabled, the bot messages in Telegram will be protected from forwarding and saving.", "supportTelegramChatID": "Support Direct Chat / Group / Channel's Chat ID", "wayToGetTelegramChatID": "You can get your chat ID by sending a message to the bot and going to this URL to view the chat_id:", "YOUR BOT TOKEN HERE": "YOUR BOT TOKEN HERE",