fix publish page

This commit is contained in:
Mayesters 2017-06-19 15:49:26 +02:00
parent 95a37e3f88
commit 51ea169329

View file

@ -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>
);