Contributed by Lorenzo Milesi <maxxer@ufficyo.com>:

Fixed typo in timezone.coffee
This commit is contained in:
Billy Zhou 2019-06-27 10:55:33 +02:00 committed by Thorsten Eckel
parent 5555043dbf
commit 4d0c618baa

View file

@ -24,5 +24,5 @@ class App.UiElement.timezone extends App.UiElement.ApplicationUiElement
@selectedOptions(attribute, params) @selectedOptions(attribute, params)
attribute.tag = 'searchable_select' attribute.tag = 'searchable_select'
attribute.placeholder = App.i18n.translateInline('Enter timzone...') attribute.placeholder = App.i18n.translateInline('Enter timezone...')
App.UiElement.searchable_select.render(attribute) App.UiElement.searchable_select.render(attribute)