Update inline system statistics localization for clarity and consistency
- Revised the inline system statistics description in both English and Russian to include updated terminology and additional metrics, enhancing user understanding. - Ensured consistency across localization files by aligning the descriptions in both languages.
This commit is contained in:
@@ -329,7 +329,9 @@ async def create_system_stats_result(session: AsyncSession, i18n_instance, lang:
|
||||
),
|
||||
description=_(
|
||||
"inline_system_description",
|
||||
default="Панель: онлайн, ноды, трафик"
|
||||
default="🟢 Онлайн: {online}, 📊 Активных: {active}",
|
||||
online=online_now,
|
||||
active=active_users
|
||||
),
|
||||
input_message_content=InputTextMessageContent(
|
||||
message_text=stats_text,
|
||||
|
||||
Reference in New Issue
Block a user