Updated all text to English
This commit is contained in:
@@ -295,7 +295,7 @@ const PaymentModal = ({ isOpen, onClose, sessionManager, onSessionPurchased }) =
|
|||||||
React.createElement('h2', {
|
React.createElement('h2', {
|
||||||
key: 'title',
|
key: 'title',
|
||||||
className: 'text-xl font-semibold text-primary'
|
className: 'text-xl font-semibold text-primary'
|
||||||
}, step === 'select' ? 'Выберите тип сессии' : 'Оплата сессии'),
|
}, step === 'select' ? 'Select session type' : 'Session payment'),
|
||||||
React.createElement('button', {
|
React.createElement('button', {
|
||||||
key: 'close',
|
key: 'close',
|
||||||
onClick: onClose,
|
onClick: onClose,
|
||||||
|
|||||||
Reference in New Issue
Block a user