From 4d0c618baa71ce2ee52a9b08cf33e0fefd6b7356 Mon Sep 17 00:00:00 2001 From: Billy Zhou Date: Thu, 27 Jun 2019 10:55:33 +0200 Subject: [PATCH] Contributed by Lorenzo Milesi : Fixed typo in timezone.coffee --- .../javascripts/app/controllers/_ui_element/timezone.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/_ui_element/timezone.coffee b/app/assets/javascripts/app/controllers/_ui_element/timezone.coffee index ce78512cd..2f52e4cd7 100644 --- a/app/assets/javascripts/app/controllers/_ui_element/timezone.coffee +++ b/app/assets/javascripts/app/controllers/_ui_element/timezone.coffee @@ -24,5 +24,5 @@ class App.UiElement.timezone extends App.UiElement.ApplicationUiElement @selectedOptions(attribute, params) attribute.tag = 'searchable_select' - attribute.placeholder = App.i18n.translateInline('Enter timzone...') + attribute.placeholder = App.i18n.translateInline('Enter timezone...') App.UiElement.searchable_select.render(attribute)