File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ def stats_cmd(bot, update):
264264
265265def language_cmd (bot , update ):
266266 lang_de_button = InlineKeyboardButton (text = "Deutsch \U0001F1E9 \U0001F1EA " , callback_data = "ch_lang_de" )
267- lang_en_button = InlineKeyboardButton (text = "Englisch \U0001F1FA \U0001F1F8 " , callback_data = "ch_lang_en" )
267+ lang_en_button = InlineKeyboardButton (text = "English \U0001F1FA \U0001F1F8 " , callback_data = "ch_lang_en" )
268268 lang_nl_button = InlineKeyboardButton (text = "Nederlands \U0001F1F3 \U0001F1F1 " , callback_data = "ch_lang_nl" )
269269 lang_eo_button = InlineKeyboardButton (text = "Esperanto \U0001F30D " , callback_data = "ch_lang_eo" )
270270 lang_br_button = InlineKeyboardButton (text = "Português \U0001F1E7 \U0001F1F7 " , callback_data = "ch_lang_br" )
You can’t perform that action at this time.
0 commit comments