From ad90c1f96e55d3e5ce988b27c5d497804c537c50 Mon Sep 17 00:00:00 2001
From: Sean Yesmunt
+
{user
? __('Your support has been added. You will be notified when comments are available.')
: __('Your support has been added. Comments are coming soon.')}
diff --git a/src/renderer/component/publishForm/view.jsx b/src/renderer/component/publishForm/view.jsx
index 87b71b29c..d04baedc2 100644
--- a/src/renderer/component/publishForm/view.jsx
+++ b/src/renderer/component/publishForm/view.jsx
@@ -292,9 +292,9 @@ class PublishForm extends React.PureComponent
- {isStillEditing ? __('Editing a claim') : __('What are you publishing?')}{' '}
+ {isStillEditing
+ ? __('You are currently editing a claim.')
+ : __('What are you publishing?')}{' '}
{__('Read our')}{' '}
{' '}
{__('to learn more.')}
@@ -370,13 +372,14 @@ class PublishForm extends React.PureComponent
- {__("If you don't choose a file, the file from your existing claim")}
- {` "${name}" `}
- {__('will be used.')}
-
+ {__("If you don't choose a file, the file from your existing claim")}
+ {` "${name}" `}
+ {__('will be used.')}
+
{accessToken}
-{accessToken}
+