mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat(cabinet): legal footer on login + admin toggle
Adds a legal footer (Public Offer / Privacy / Recurring Payments) under the login card, gated by CABINET_FOOTER_ENABLED (backend endpoint added in bot PR #3011), plus an admin toggle in BrandingTab and ru/en/fa/zh i18n. Footer-only subset of PR #464 — excludes the unrelated storePartnerClickId helper and the version/CHANGELOG churn. Co-authored-by: smediainfo <dev@matrixvpn.top>
This commit is contained in:
@@ -2742,7 +2742,9 @@
|
||||
"MODERATION": "Модерация"
|
||||
},
|
||||
"offlineConv": "Офлайн-конверсии",
|
||||
"apiKey": "API-ключ"
|
||||
"apiKey": "API-ключ",
|
||||
"legalFooter": "Юридический футер",
|
||||
"legalFooterDesc": "Ссылки на оферту, политику и рекуррентные платежи внизу страницы входа"
|
||||
},
|
||||
"buttons": {
|
||||
"color": "Цвет кнопки",
|
||||
@@ -5827,5 +5829,10 @@
|
||||
"empty": "У вас пока нет подписок",
|
||||
"emptyDesc": "Выберите тариф, чтобы начать пользоваться сервисом",
|
||||
"title": "Мои подписки"
|
||||
},
|
||||
"footer": {
|
||||
"offer": "Публичная оферта",
|
||||
"privacy": "Политика конфиденциальности",
|
||||
"recurrent": "Рекуррентные платежи"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user