about summary refs log tree commit diff
path: root/app/assets/javascripts/components/locales
diff options
context:
space:
mode:
authorAshley <expenses@airmail.cc>2017-04-22 13:36:33 +1200
committerEugen <eugen@zeonfederated.com>2017-04-22 03:36:33 +0200
commit6af21daac9f5ed3932694b211a04a715a348d995 (patch)
tree4ad1422ae559e889e31dccf54f0ef121d698d866 /app/assets/javascripts/components/locales
parent9d3be5579a07bbff182b40cf15c04f762f155e51 (diff)
Allowed the emoji picker 'Search...' string to be localized (#2294)
Diffstat (limited to 'app/assets/javascripts/components/locales')
-rw-r--r--app/assets/javascripts/components/locales/en.jsx1
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 4446bb5f7..b3e3273bf 100644
--- a/app/assets/javascripts/components/locales/en.jsx
+++ b/app/assets/javascripts/components/locales/en.jsx
@@ -41,6 +41,7 @@ const en = {
   "compose_form.spoiler_placeholder": "Content warning",
   "compose_form.spoiler": "Hide text behind warning",
   "emoji_button.label": "Insert emoji",
+  "emoji_button.search": "Search...",
   "empty_column.community": "The local timeline is empty. Write something publicly to get the ball rolling!",
   "empty_column.hashtag": "There is nothing in this hashtag yet.",
   "empty_column.home.public_timeline": "the public timeline",