Time to pay update

This commit is contained in:
lockbitchat
2025-08-12 15:19:38 -04:00
parent be220533c2
commit 55bc04198f

View File

@@ -340,7 +340,7 @@ const PaymentModal = ({ isOpen, onClose, sessionManager, onSessionPurchased }) =
React.createElement('div', {
key: 'timer-text',
className: 'text-yellow-400 font-medium'
}, `⏱️ Время на оплату: ${formatTime(timeLeft)}`)
}, `⏱️ Time to pay: ${formatTime(timeLeft)}`)
]),
paymentStatus === 'free' && React.createElement('div', {