Update content of files

This commit is contained in:
GitHub Action 2023-09-15 16:26:21 +00:00
parent fb7039fb2d
commit 3d3887eafa
7 changed files with 8 additions and 8 deletions

View file

@ -22,7 +22,7 @@ const useGetPaymentMethodName = () => {
? banks.map((bank) => bank.nameRu)
: banks.map((bank) => bank.nameEn);
return `${name} · ${banksNames.join(', ')}`;
return `${name} (${banksNames.join(', ')})`;
};
return getPaymentMethodName;

View file

@ -61,7 +61,7 @@ const CreatePayment = () => {
}}
source="order"
name={name}
paymentMethodName={`${name} · ${currency}`}
paymentMethodName={`${name} · ${currency}`}
paymentMethodCode={code}
currencyCode={currency}
/>

View file

@ -1170,7 +1170,7 @@ const OfferForm: FC = () => {
</ListItemCell>
</div>
)}
<ListItemCell perenniallyСhevron onClick={goToOfferDetails}>
<ListItemCell perenniallyСhevron onClick={goToOfferDetails}>
<div className={themeClassName('detailCellText')}>
{t('p2p.offer_page.ad_details')}
</div>

View file

@ -20,7 +20,7 @@ const CreatePayment = () => {
<PaymentForm
onCreate={onCreatePayment}
name={paymentName}
paymentMethodName={`${paymentName} · ${currentCurrency}`}
paymentMethodName={`${paymentName} · ${currentCurrency}`}
paymentMethodCode={currentPayment.code}
currencyCode={currentCurrency}
source="profile"

View file

@ -53,7 +53,7 @@ const EditPayment = () => {
name={selectedPayment.name}
paymentMethodName={`${getPaymentMethodName(
selectedPayment.paymentMethod,
)} · ${selectedPayment?.currency}`}
)} · ${selectedPayment?.currency}`}
currencyCode={selectedPayment?.currency as FiatCurrency}
paymentId={selectedPayment?.id}
paymentMethodCode={selectedPayment?.paymentMethod?.code || ''}

View file

@ -113,7 +113,7 @@ const PaymentsList = () => {
(value) => value.name === 'BANKS',
)?.value as SbpBankRestDto[],
)}{' '}
· {payment.currency}
· {payment.currency}
<br />
{getRecipientNumberFromAttributes(payment.attributes)}
</>

View file

@ -40,8 +40,8 @@ export default ({
"attaches_promo": {
"title": "As easy as sending\na message in Telegram",
"text": "Add @wallet to your menu and enjoy instant cryptocurrency transfers in Telegram without any fees.",
"side_menu_title_apple": "Add Wallet shortcut to the Telegram Settings",
"side_menu_title_material": "Add Wallet shortcut to the Telegram Side Menu",
"side_menu_title_apple": "Add Wallet shortcut to Telegram Settings",
"side_menu_title_material": "Add Wallet shortcut to Telegram Side Menu",
"side_menu_text": "Store, send and exchange crypto assets inside Telegram."
},
"settings": {