update labels and help copy
This commit is contained in:
parent
afd361bcd7
commit
47734955d5
1 changed files with 2 additions and 2 deletions
|
@ -286,7 +286,7 @@ class SettingsPage extends React.PureComponent {
|
|||
</div>
|
||||
<div className="card__content">
|
||||
<div className="form-row__label-row">
|
||||
<div className="form-field__label">{__("Max Key Fee")}</div>
|
||||
<div className="form-field__label">{__("Max Purchase Price")}</div>
|
||||
</div>
|
||||
<FormRow
|
||||
type="radio"
|
||||
|
@ -336,7 +336,7 @@ class SettingsPage extends React.PureComponent {
|
|||
</div>
|
||||
<div className="form-field__helper">
|
||||
{__(
|
||||
"This will prevent you from purchasing anything over this fee, as a safety measure. (Default: 50 USD)"
|
||||
"This will prevent you from purchasing any content over this cost, as a safety measure."
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue