fix wrong word to
This commit is contained in:
parent
0423d30a4e
commit
e95896fd08
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@
|
|||
"Purchase and tip confirmations": "Purchase and tip confirmations",
|
||||
"Always confirm before purchasing content or tipping": "Always confirm before purchasing content or tipping",
|
||||
"Only confirm purchases or tips over a certain amount": "Only confirm purchases or tips over a certain amount",
|
||||
"When this option is chosen, LBRY won't ask you to confirm downloads or tips below your chosen amount.": "When this option is chosen, LBRY won't ask you to confirm downloads or tips below your chosen amount.",
|
||||
"When this option is chosen, LBRY won't ask you to confirm purchases or tips below your chosen amount.": "When this option is chosen, LBRY won't ask you to confirm purchases or tips below your chosen amount.",
|
||||
"Content settings": "Content settings",
|
||||
"Notifications": "Notifications",
|
||||
"Show Desktop Notifications": "Show Desktop Notifications",
|
||||
|
|
|
@ -331,7 +331,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
|||
|
||||
<p className="help">
|
||||
{__(
|
||||
"When this option is chosen, LBRY won't ask you to confirm downloads or tips below your chosen amount."
|
||||
"When this option is chosen, LBRY won't ask you to confirm purchases or tips below your chosen amount."
|
||||
)}
|
||||
</p>
|
||||
</React.Fragment>
|
||||
|
|
Loading…
Add table
Reference in a new issue