Skip to content

Commit 0370fce

Browse files
committed
Text modified.
1 parent f34c250 commit 0370fce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/ESP8266/CustomKeyboard/InlineKeyboardMarkup/InlineKeyboardMarkup.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void handleNewMessages(int numNewMessages) {
3838
}
3939

4040
if (text == "/start") {
41-
String welcome = "Welcome to Universal Telegram Bot library, " + from_name + ".\n";
41+
String welcome = "Welcome to Universal Arduino Telegram Bot library, " + from_name + ".\n";
4242
welcome += "This is Inline Keyboard Markup example.\n\n";
4343
welcome += "/options : returns the inline keyboard\n";
4444

examples/ESP8266/CustomKeyboard/ReplyKeyboardMarkup/ReplyKeyboardMarkup.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void handleNewMessages(int numNewMessages) {
6161
}
6262

6363
if (text == "/start") {
64-
String welcome = "Welcome to Universal Telegram Bot library, " + from_name + ".\n";
64+
String welcome = "Welcome to Universal Arduino Telegram Bot library, " + from_name + ".\n";
6565
welcome += "This is Reply Keyboard Markup example.\n\n";
6666
welcome += "/ledon : to switch the Led ON\n";
6767
welcome += "/ledon : to switch the Led ON\n";

0 commit comments

Comments
 (0)