diff options
author | Jessica Stokes <hello@jessicastokes.net> | 2017-01-04 18:00:50 -0800 |
---|---|---|
committer | Jessica Stokes <hello@jessicastokes.net> | 2017-01-04 18:00:50 -0800 |
commit | bb033c1d37db11a871011ac8cdf6737721fbc13e (patch) | |
tree | a7c2b3b3c4543eafd8ff65d69a5ea417fdf5b3e1 /config/locales | |
parent | db21724a5a74d08f895753bf755cbf558148d9b5 (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 'config/locales')
-rw-r--r-- | config/locales/en.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index e166fc717..dd2ae3aac 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -67,8 +67,8 @@ en: body: 'You were mentioned by %{name} in:' subject: You were mentioned by %{name} reblog: - body: 'Your status was reblogged by %{name}:' - subject: "%{name} reblogged your status" + body: 'Your status was boosted by %{name}:' + subject: "%{name} boosted your status" pagination: next: Next prev: Prev |