reverse string changes
This commit is contained in:
parent
0f407914f3
commit
4fffb035de
2 changed files with 3 additions and 10 deletions
|
@ -318,7 +318,7 @@ function WalletTipAmountSelector(props: Props) {
|
||||||
'add-a-card-help-message'
|
'add-a-card-help-message'
|
||||||
)
|
)
|
||||||
: !canReceiveFiatTip
|
: !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')))}
|
: getHelpMessage(__('Send a tip directly from your attached card')))}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
|
@ -302,15 +302,8 @@ const OdyseeMembershipPage = (props: Props) => {
|
||||||
</I18nMessage>
|
</I18nMessage>
|
||||||
);
|
);
|
||||||
|
|
||||||
const noRefund = (
|
const noRefund = __(
|
||||||
<I18nMessage
|
'You can cancel Premium at any time (no refunds) and you can also close this window and choose a different membership option.'
|
||||||
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>
|
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue