about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-01-05 03:35:22 +0100
committerGitHub <noreply@github.com>2017-01-05 03:35:22 +0100
commit9bb1b97d2a31477ce3da83fb204dd5702323c1bb (patch)
tree126d4124eacc601f46c4bb50258a5fdf4539a082 /app
parent3b604d278602757350b769888dc3bf407887eff7 (diff)
parentbb033c1d37db11a871011ac8cdf6737721fbc13e (diff)
Merge pull request #394 from ticky/email-reblog-to-boost
"Reblog" -> "boost" in more places
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/components/features/notifications/components/notification.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/components/features/notifications/components/notification.jsx b/app/assets/javascripts/components/features/notifications/components/notification.jsx
index 9f4cf9e4d..37715dd05 100644
--- a/app/assets/javascripts/components/features/notifications/components/notification.jsx
+++ b/app/assets/javascripts/components/features/notifications/components/notification.jsx
@@ -71,7 +71,7 @@ const Notification = React.createClass({
             <i className='fa fa-fw fa-retweet' style={{ color: '#2b90d9' }} />
           </div>
 
-          <FormattedMessage id='notification.reblog' defaultMessage='{name} reblogged your status' values={{ name: link }} />
+          <FormattedMessage id='notification.reblog' defaultMessage='{name} boosted your status' values={{ name: link }} />
         </div>
 
         <StatusContainer id={notification.get('status')} muted={true} />