Updated all text to English

This commit is contained in:
lockbitchat
2025-08-12 15:51:52 -04:00
parent f6683f1533
commit 0b8f5d345c

View File

@@ -295,7 +295,7 @@ const PaymentModal = ({ isOpen, onClose, sessionManager, onSessionPurchased }) =
React.createElement('h2', {
key: 'title',
className: 'text-xl font-semibold text-primary'
}, step === 'select' ? 'Выберите тип сессии' : 'Оплата сессии'),
}, step === 'select' ? 'Select session type' : 'Session payment'),
React.createElement('button', {
key: 'close',
onClick: onClose,