From 0c8c4938d9945d2f428188d74bd6e002310c7c18 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 25 Jan 2021 17:08:39 -0500 Subject: [PATCH] move channel selection to top of publish form --- static/app-strings.json | 1 + ui/component/publishFile/view.jsx | 7 ++++++- ui/component/publishForm/view.jsx | 24 +++++++++++++----------- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 10998c928..ae0ccf581 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1567,5 +1567,6 @@ "Delete or edit past content to spend": "Delete or edit past content to spend", "Delete supports to spend": "Delete supports to spend", "%lbc_amount% boosting content": "%lbc_amount% boosting content", + "Deposit cannot be higher than your available balance: %balance%": "Deposit cannot be higher than your available balance: %balance%", "--end--": "--end--" } diff --git a/ui/component/publishFile/view.jsx b/ui/component/publishFile/view.jsx index 21451cd7b..2d6ecbef9 100644 --- a/ui/component/publishFile/view.jsx +++ b/ui/component/publishFile/view.jsx @@ -367,7 +367,12 @@ function PublishFile(props: Props) { onChange={handleTitleChange} /> {isPublishFile && ( - + )} {isPublishPost && ( + + +

+ {__('This is a username or handle that your content can be found under.')}{' '} + {__('Ex. @Marvel, @TheBeatles, @BooksByJoe')} +

+ + } + /> + - - -

- {__('This is a username or handle that your content can be found under.')}{' '} - {__('Ex. @Marvel, @TheBeatles, @BooksByJoe')} -

- - } - />