From: Eugen Date: Sat, 15 Apr 2017 20:48:17 +0000 (+0200) Subject: English localization for mention notification was missing (#1867) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=515434ed87dea56b853d41b2af2ee1fd7773ccea;p=mastodon.git English localization for mention notification was missing (#1867) --- 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",