Skip to content

Commit

Permalink
Change texts
Browse files Browse the repository at this point in the history
  • Loading branch information
havebeenfitz committed Sep 19, 2022
1 parent 3fb0727 commit d971f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/profile_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async def meeting_format_handler(update: Update, context: CallbackContext) -> in
new_keyboard = [[KeyboardButton(text='Поделиться локацией', request_location=True)]]
await context.bot.send_message(
chat_id=update.effective_user.id,
text='Где ты находишься? В локации будут использованы только страна и город',
text='Где ты находишься? Нажми кнопку "Поделиться локацией" снизу. \n\nИз локации будут использованы только страна и город',
reply_markup=ReplyKeyboardMarkup(new_keyboard, one_time_keyboard=True, resize_keyboard=True)
)
return FillProfileCallback.city
Expand Down

0 comments on commit d971f32

Please sign in to comment.