fix spelling
This commit is contained in:
parent
516a3f52e8
commit
87da2dda85
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class BidHelpText extends React.PureComponent<Props> {
|
||||||
bidHelpText = __('Any amount will give you the winning bid.');
|
bidHelpText = __('Any amount will give you the winning bid.');
|
||||||
} else {
|
} else {
|
||||||
bidHelpText = `${__('If you bid more than')} ${amountNeededForTakeover} LBC, ${__(
|
bidHelpText = `${__('If you bid more than')} ${amountNeededForTakeover} LBC, ${__(
|
||||||
'when somone navigates to'
|
'when someone navigates to'
|
||||||
)} ${uri} ${__('it will load your published content')}.`;
|
)} ${uri} ${__('it will load your published content')}.`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue