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')} -

- - } - />