From 6af21daac9f5ed3932694b211a04a715a348d995 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 22 Apr 2017 13:36:33 +1200 Subject: Allowed the emoji picker 'Search...' string to be localized (#2294) --- app/assets/javascripts/components/locales/en.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets/javascripts/components/locales/en.jsx') 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", -- cgit