reverse string changes

This commit is contained in:
Anthony 2022-03-28 21:24:46 +02:00 committed by Thomas Zarebczan
parent 0f407914f3
commit 4fffb035de
2 changed files with 3 additions and 10 deletions

View file

@ -318,7 +318,7 @@ function WalletTipAmountSelector(props: Props) {
'add-a-card-help-message'
)
: !canReceiveFiatTip
? getHelpMessage(__('Only creators that have added a bank account can receive tips'))
? getHelpMessage(__('Only creators that verify cash accounts can receive tips'))
: getHelpMessage(__('Send a tip directly from your attached card')))}
</>
);

View file

@ -302,15 +302,8 @@ const OdyseeMembershipPage = (props: Props) => {
</I18nMessage>
);
const noRefund = (
<I18nMessage
tokens={{
premium_name: <b className="membership-bolded">{`Premium`}</b>,
}}
>
You can cancel %premium_name% at any time (no refunds) and you can also close this window and choose a different
membership option.
</I18nMessage>
const noRefund = __(
'You can cancel Premium at any time (no refunds) and you can also close this window and choose a different membership option.'
);
return (