From 16a231f9802586d179beb7a774bffec321375b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Renaud-Allaire?= Date: Tue, 26 Jun 2018 16:22:44 -0400 Subject: [PATCH] Fix typo in reference language dropdown --- webapp/app/locales/en/translations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/app/locales/en/translations.js b/webapp/app/locales/en/translations.js index ba5043b6..0ef64fbe 100644 --- a/webapp/app/locales/en/translations.js +++ b/webapp/app/locales/en/translations.js @@ -114,7 +114,7 @@ export default { other: '{{count}} strings to review', zero: 'No strings to review' }, - reference_default_option_text: 'No reference langugage', + reference_default_option_text: 'No reference language', document_default_option_text: 'All documents', input_placeholder_text: 'Search for a string' },