Изменены тексты кнопок в интерфейсе: "Search car Photo" заменено на "Car photo" и обновлено описание в разделе помощи. Эти изменения улучшают ясность и удобство использования приложения.
This commit is contained in:
parent
a8739d4047
commit
7be4b1d5d2
4
main.py
4
main.py
@ -461,7 +461,7 @@ async def command_start_handler(message: Message, db: OracleDatabase = None) ->
|
|||||||
builder = InlineKeyboardBuilder()
|
builder = InlineKeyboardBuilder()
|
||||||
builder.button(text="Decode VIN", callback_data="decode_vin")
|
builder.button(text="Decode VIN", callback_data="decode_vin")
|
||||||
builder.button(text="Check VIN", callback_data="check_vin")
|
builder.button(text="Check VIN", callback_data="check_vin")
|
||||||
builder.button(text="Search car Photo", callback_data="search_car_photo")
|
builder.button(text="Car photo", callback_data="search_car_photo")
|
||||||
builder.adjust(3)
|
builder.adjust(3)
|
||||||
builder.button(text="Help", callback_data="help")
|
builder.button(text="Help", callback_data="help")
|
||||||
builder.button(text="Prices", callback_data="prices")
|
builder.button(text="Prices", callback_data="prices")
|
||||||
@ -543,7 +543,7 @@ async def help_callback(callback: CallbackQuery, db: OracleDatabase = None):
|
|||||||
f"• Detailed damage history for {CHECK_PRICE} ⭐ (auction data, damage types, repair costs)\n"
|
f"• Detailed damage history for {CHECK_PRICE} ⭐ (auction data, damage types, repair costs)\n"
|
||||||
f"• Sale dates and locations from insurance auctions\n\n"
|
f"• Sale dates and locations from insurance auctions\n\n"
|
||||||
|
|
||||||
"📸 **3. Search Car Photos**\n"
|
"📸 **3. Car Photos**\n"
|
||||||
f"• Check availability of damage photos\n"
|
f"• Check availability of damage photos\n"
|
||||||
f"• Access to actual auction photos for {IMG_PRICE} ⭐\n"
|
f"• Access to actual auction photos for {IMG_PRICE} ⭐\n"
|
||||||
f"• High-quality images showing vehicle condition and damage\n\n"
|
f"• High-quality images showing vehicle condition and damage\n\n"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user