fix copy
This commit is contained in:
parent
49a7f30f45
commit
14355ed966
2 changed files with 2 additions and 2 deletions
|
@ -1103,7 +1103,7 @@
|
||||||
"We will refund no questions asked within 30 days.": "We will refund no questions asked within 30 days.",
|
"We will refund no questions asked within 30 days.": "We will refund no questions asked within 30 days.",
|
||||||
"Buy": "Buy",
|
"Buy": "Buy",
|
||||||
"buy": "buy",
|
"buy": "buy",
|
||||||
"Buy LBRY Credits": "Buy LBRY Credits",
|
"Buy credits": "Buy credits",
|
||||||
"Country": "Country",
|
"Country": "Country",
|
||||||
"Only some countries are eligible at this time. We are working to make this available to everyone.": "Only some countries are eligible at this time. We are working to make this available to everyone.",
|
"Only some countries are eligible at this time. We are working to make this available to everyone.": "Only some countries are eligible at this time. We are working to make this available to everyone.",
|
||||||
"Select your country": "Select your country",
|
"Select your country": "Select your country",
|
||||||
|
|
|
@ -76,7 +76,7 @@ export default function BuyPage(props: Props) {
|
||||||
}
|
}
|
||||||
}, [url, setUrl, receiveAddress, email]);
|
}, [url, setUrl, receiveAddress, email]);
|
||||||
|
|
||||||
const title = __('Buy LBRY Credits');
|
const title = __('Buy credits');
|
||||||
const subtitle = (
|
const subtitle = (
|
||||||
<I18nMessage
|
<I18nMessage
|
||||||
tokens={{
|
tokens={{
|
||||||
|
|
Loading…
Reference in a new issue