diff --git a/ui/js/page/publish/view.jsx b/ui/js/page/publish/view.jsx
index ecfc34066..ed1f399ae 100644
--- a/ui/js/page/publish/view.jsx
+++ b/ui/js/page/publish/view.jsx
@@ -437,7 +437,7 @@ class PublishPage extends React.PureComponent {
return (
{__(
- '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.'
)}
);
@@ -445,7 +445,7 @@ class PublishPage extends React.PureComponent {
return (
{__(
- '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
)}
);