about summary refs log tree commit diff
path: root/app/assets/javascripts/components/locales/en.jsx
diff options
context:
space:
mode:
authorR Tucker <github@ryantucker.us>2017-04-13 13:37:04 -0400
committerEugen <eugen@zeonfederated.com>2017-04-13 19:37:04 +0200
commitc4d39b1b3dc2dc87a298d9b182e46e579fba4250 (patch)
treefc006d5efbe42c585330e34ab06f1be70b453463 /app/assets/javascripts/components/locales/en.jsx
parentac54da939413836733e30627def9ca645d3735d4 (diff)
quick typo fix in en.jsx: Rejec -> Reject (#1701)
Diffstat (limited to 'app/assets/javascripts/components/locales/en.jsx')
-rw-r--r--app/assets/javascripts/components/locales/en.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/components/locales/en.jsx b/app/assets/javascripts/components/locales/en.jsx
index 6f84694bc..47e23d983 100644
--- a/app/assets/javascripts/components/locales/en.jsx
+++ b/app/assets/javascripts/components/locales/en.jsx
@@ -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}.",