diff options
author | Eugen <eugen@zeonfederated.com> | 2017-01-05 03:35:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 03:35:22 +0100 |
commit | 9bb1b97d2a31477ce3da83fb204dd5702323c1bb (patch) | |
tree | 126d4124eacc601f46c4bb50258a5fdf4539a082 /config/locales | |
parent | 3b604d278602757350b769888dc3bf407887eff7 (diff) | |
parent | bb033c1d37db11a871011ac8cdf6737721fbc13e (diff) |
Merge pull request #394 from ticky/email-reblog-to-boost
"Reblog" -> "boost" in more places
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 |