File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Clone this Git repository into `phpBB/ext/lassik/telegramnotifications`:
29
29
In phpBB, go to "ACP" > "Customise" > "Extensions" and enable the
30
30
"Telegram Notifications" extension.
31
31
32
- Then to "ACP" > "Extensions" > "Telegram Settings " and fill in the
32
+ Then to "ACP" > "Extensions" > "Telegram settings " and fill in the
33
33
settings. You get the auth token when you make the bot. To get the
34
34
chat ID, try the "Find chat ID" page or from the sidebar or see
35
35
< https://stackoverflow.com/questions/32423837/telegram-bot-how-to-get-a-group-chat-id > .
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function __construct(
51
51
}
52
52
53
53
/**
54
- * Handle the "Telegram Settings " ACP page.
54
+ * Handle the "Telegram settings " ACP page.
55
55
*
56
56
* @param string $u_action
57
57
*/
Original file line number Diff line number Diff line change 25
25
'ACP_TELEGRAM_FOUND_CHAT_ID ' => 'Found the following chat ID ' ,
26
26
'ACP_TELEGRAM_LAST_ERROR ' => 'Last error ' ,
27
27
'ACP_TELEGRAM_NOTIFICATIONS ' => 'Telegram Notifications ' ,
28
- 'ACP_TELEGRAM_SETTINGS ' => 'Telegram Settings ' ,
28
+ 'ACP_TELEGRAM_SETTINGS ' => 'Telegram settings ' ,
29
29
'ACP_TELEGRAM_SETTINGS_UPDATED ' => 'Telegram settings have been updated ' ,
30
30
'ACP_TELEGRAM_USE_CHAT_ID ' => 'Use this chat ID ' ,
31
31
));
You can’t perform that action at this time.
0 commit comments