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)