From 515434ed87dea56b853d41b2af2ee1fd7773ccea Mon Sep 17 00:00:00 2001 From: Eugen Date: Sat, 15 Apr 2017 22:48:17 +0200 Subject: [PATCH] English localization for mention notification was missing (#1867) --- app/assets/javascripts/components/locales/en.jsx | 1 + 1 file changed, 1 insertion(+) 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",