fix publish again cuz im stupid

This commit is contained in:
Mayesters 2017-06-19 15:50:10 +02:00
parent 51ea169329
commit 7fd9c25af2

View file

@ -437,7 +437,7 @@ class PublishPage extends React.PureComponent {
return (
<span>
{__(
'A deposit of at least one 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.', this.state.name
)}
</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.', this.state.topClaimValue
'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, this.state.name
)}
</span>
);