Skip to content

Commit 9df3d74

Browse files
committed
Lowercase the "settings" in "Telegram settings"
Seems to be customary.
1 parent df4c39e commit 9df3d74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Clone this Git repository into `phpBB/ext/lassik/telegramnotifications`:
2929
In phpBB, go to "ACP" > "Customise" > "Extensions" and enable the
3030
"Telegram Notifications" extension.
3131

32-
Then to "ACP" > "Extensions" > "Telegram Settings" and fill in the
32+
Then to "ACP" > "Extensions" > "Telegram settings" and fill in the
3333
settings. You get the auth token when you make the bot. To get the
3434
chat ID, try the "Find chat ID" page or from the sidebar or see
3535
<https://stackoverflow.com/questions/32423837/telegram-bot-how-to-get-a-group-chat-id>.

controller/acp_controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct(
5151
}
5252

5353
/**
54-
* Handle the "Telegram Settings" ACP page.
54+
* Handle the "Telegram settings" ACP page.
5555
*
5656
* @param string $u_action
5757
*/

language/en/info_acp_namespace.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'ACP_TELEGRAM_FOUND_CHAT_ID' => 'Found the following chat ID',
2626
'ACP_TELEGRAM_LAST_ERROR' => 'Last error',
2727
'ACP_TELEGRAM_NOTIFICATIONS' => 'Telegram Notifications',
28-
'ACP_TELEGRAM_SETTINGS' => 'Telegram Settings',
28+
'ACP_TELEGRAM_SETTINGS' => 'Telegram settings',
2929
'ACP_TELEGRAM_SETTINGS_UPDATED' => 'Telegram settings have been updated',
3030
'ACP_TELEGRAM_USE_CHAT_ID' => 'Use this chat ID',
3131
));

0 commit comments

Comments
 (0)