about summary refs log tree commit diff
path: root/app/javascript/flavours
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r--app/javascript/flavours/glitch/features/compose/components/publisher.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/features/compose/components/publisher.js b/app/javascript/flavours/glitch/features/compose/components/publisher.js
index effb3bfb6..6796bd595 100644
--- a/app/javascript/flavours/glitch/features/compose/components/publisher.js
+++ b/app/javascript/flavours/glitch/features/compose/components/publisher.js
@@ -57,11 +57,10 @@ class Publisher extends ImmutablePureComponent {
         <Button
           className='clear'
           onClick={onClearAll}
+          title={intl.formatMessage(messages.clear)}
           text={
             <span>
               <Icon icon='trash-o' />
-              {' '}
-              <FormattedMessage {...messages.clear} />
             </span>
           }
         />