]> cat aescling's git repositories - mastodon.git/commitdiff
quick typo fix in en.jsx: Rejec -> Reject (#1701)
authorR Tucker <github@ryantucker.us>
Thu, 13 Apr 2017 17:37:04 +0000 (13:37 -0400)
committerEugen <eugen@zeonfederated.com>
Thu, 13 Apr 2017 17:37:04 +0000 (19:37 +0200)
app/assets/javascripts/components/locales/en.jsx

index 6f84694bc75fc77c429688a3f7c838b442fdbfb5..47e23d983a8ad3695179a23d110e1136f28ff10a 100644 (file)
@@ -47,7 +47,7 @@ const en = {
   "empty_column.notifications": "You don't have any notifications yet. Interact with others to start the conversation.",
   "empty_column.public": "There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
   "follow_request.authorize": "Authorize",
-  "follow_request.reject": "Rejec",
+  "follow_request.reject": "Reject",
   "getting_started.apps": "Various apps are available",
   "getting_started.heading": "Getting started",
   "getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}. {apps}.",