fix(bots): remove the empty section-label caption from the Vojo AI widget

This commit is contained in:
heaven 2026-05-31 20:45:55 +03:00
parent 9c3287165f
commit dd1a5d8412
3 changed files with 0 additions and 3 deletions

View file

@ -107,7 +107,6 @@ export function App({ bootstrap, api }: AppProps) {
return (
<div class="app">
<section class="section">
<div class="section-label">{t('section.label')}</div>
<div class="command-grid">
{canAddToChat && (
<button class="command-card" type="button" onClick={() => api.addToChat()}>

View file

@ -4,7 +4,6 @@
import type { StringKey } from './ru';
export const EN: Record<StringKey, string> = {
'section.label': 'Robot in chats',
'card.add.name': 'Add to chat',
'card.add.desc': 'Invite Vojo AI into a room — it will reply to mentions there.',
'card.privacy.name': 'Privacy & data',

View file

@ -9,7 +9,6 @@
// The widget renders action cards + a privacy modal (Telegram «О боте» pattern).
export const RU = {
'section.label': 'Робот в чатах',
// Action card.
'card.add.name': 'Добавить в чат',
'card.add.desc': 'Пригласите Vojo AI в комнату — он будет отвечать на упоминания в ней.',