fix: добавлена подпись «Стоимость вращения» к блоку оплаты спина

This commit is contained in:
Fringg
2026-03-18 04:35:32 +03:00
parent 2d89b5e342
commit 914a802c1b
5 changed files with 6 additions and 1 deletions

View File

@@ -937,6 +937,7 @@
"days_other": "{{count}} days",
"subscriptionDays": "Subscription days",
"day": "Day",
"spinCost": "Spin cost",
"spin": "SPIN!",
"spinning": "Spinning...",
"history": "History",

View File

@@ -779,6 +779,7 @@
"days_other": "{{count}} روز",
"subscriptionDays": "روز اشتراک",
"day": "روز",
"spinCost": "هزینه چرخش",
"spin": "بچرخان!",
"spinning": "در حال چرخش...",
"history": "تاریخچه",

View File

@@ -966,6 +966,7 @@
"days_many": "{{count}} дней",
"subscriptionDays": "Дни подписки",
"day": "День",
"spinCost": "Стоимость вращения",
"spin": "КРУТИТЬ!",
"spinning": "Крутится...",
"history": "История",

View File

@@ -779,6 +779,7 @@
"days_other": "{{count}} 天",
"subscriptionDays": "订阅天数",
"day": "天",
"spinCost": "抽奖费用",
"spin": "开始抽奖!",
"spinning": "抽奖中...",
"history": "历史",

View File

@@ -545,7 +545,8 @@ export default function Wheel() {
<div className="mt-8 space-y-4">
{/* Payment type selector */}
{(starsEnabled || daysEnabled) && (
<div className="rounded-xl border border-dark-700/30 bg-dark-800/30 p-1">
<div className="rounded-xl border border-dark-700/30 bg-dark-800/30 px-1 pb-1 pt-2">
<p className="mb-1 text-center text-xs text-dark-400">{t('wheel.spinCost')}</p>
<div
className={`grid gap-1 ${bothMethodsAvailable ? 'grid-cols-2' : 'grid-cols-1'}`}
>