Skip to content

Commit 6cd327d

Browse files
authored
Merge pull request #18 from teacoder-team/dev
fix: update BANK_CARD payment description
2 parents 2fd4086 + c310207 commit 6cd327d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/premium/payment-methods.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const paymentMethods: PaymentMethod[] = [
2626
{
2727
id: InitPaymentRequestMethod.BANK_CARD,
2828
name: 'Банковская карта',
29-
description: 'Оплата кредитной или дебетовой карты',
29+
description: 'Оплата кредитной или дебетовой картой',
3030
icon: CreditCardIcon,
3131
textColor: 'text-blue-600',
3232
bgColor: 'bg-blue-100',

0 commit comments

Comments
 (0)