From 51ea169329d9efb539d2e97803434a27ebe8f767 Mon Sep 17 00:00:00 2001 From: Mayesters Date: Mon, 19 Jun 2017 15:49:26 +0200 Subject: [PATCH] fix publish page --- ui/js/page/publish/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )} );