about summary refs log tree commit diff
path: root/app/assets
diff options
context:
space:
mode:
authorJessica Stokes <hello@jessicastokes.net>2017-01-04 18:00:50 -0800
committerJessica Stokes <hello@jessicastokes.net>2017-01-04 18:00:50 -0800
commitbb033c1d37db11a871011ac8cdf6737721fbc13e (patch)
treea7c2b3b3c4543eafd8ff65d69a5ea417fdf5b3e1 /app/assets
parentdb21724a5a74d08f895753bf755cbf558148d9b5 (diff)
"Reblog" -> "boost" in more places
A couple of places were using "reblog" rather than "boost" - this updates them to match the web UI
Diffstat (limited to 'app/assets')
-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} />