diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-15 22:48:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-15 22:48:17 +0200 |
commit | 515434ed87dea56b853d41b2af2ee1fd7773ccea (patch) | |
tree | 84675377a73f77f8474bcf8d223fa0b37c9953df /app | |
parent | 3d3e32befb369f8c6a9f3ac1ee48bce3d266f4b8 (diff) |
English localization for mention notification was missing (#1867)
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/javascripts/components/locales/en.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/components/locales/en.jsx b/app/assets/javascripts/components/locales/en.jsx index 5dccb8070..fe7be0f24 100644 --- a/app/assets/javascripts/components/locales/en.jsx +++ b/app/assets/javascripts/components/locales/en.jsx @@ -74,6 +74,7 @@ const en = { "navigation_bar.public_timeline": "Federated timeline", "notification.favourite": "{name} favourited your status", "notification.follow": "{name} followed you", + "notification.mention": "{name} mentioned you", "notification.reblog": "{name} boosted your status", "notifications.clear_confirmation": "Are you sure you want to clear all your notifications?", "notifications.clear": "Clear notifications", |