diff options
Diffstat (limited to 'app/javascript/flavours/glitch/features/reblogs')
-rw-r--r-- | app/javascript/flavours/glitch/features/reblogs/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/reblogs/index.js b/app/javascript/flavours/glitch/features/reblogs/index.js index e007506b7..1488c09e7 100644 --- a/app/javascript/flavours/glitch/features/reblogs/index.js +++ b/app/javascript/flavours/glitch/features/reblogs/index.js @@ -67,7 +67,7 @@ export default class Reblogs extends ImmutablePureComponent { return ( <Column ref={this.setRef}> <ColumnHeader - icon='retweet' + icon='repeat' title={intl.formatMessage(messages.heading)} onClick={this.handleHeaderClick} showBackButton |