fix publish page
This commit is contained in:
parent
95a37e3f88
commit
51ea169329
1 changed files with 2 additions and 2 deletions
|
@ -437,7 +437,7 @@ class PublishPage extends React.PureComponent {
|
|||
return (
|
||||
<span>
|
||||
{__(
|
||||
'A deposit of at least "%s" credit is required to win "%s". However, you can still get a permanent URL for any amount.'
|
||||
'A deposit of at least one credit is required to win "%s". However, you can still get a permanent URL for any amount.'
|
||||
)}
|
||||
</span>
|
||||
);
|
||||
|
@ -445,7 +445,7 @@ class PublishPage extends React.PureComponent {
|
|||
return (
|
||||
<span>
|
||||
{__(
|
||||
'A deposit of at least "%s" credits is required to win "%s". However, you can still get a permanent URL for any amount.'
|
||||
'A deposit of at least "%s" credits is required to win "%s". However, you can still get a permanent URL for any amount.', this.state.topClaimValue
|
||||
)}
|
||||
</span>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue