Skip to content

Commit

Permalink
Fixed typo in ticket perform widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
martini authored and znuny-robo committed Jan 30, 2019
1 parent 1e25d28 commit 18978ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class App.UiElement.ticket_perform_action
elements["#{groupKey}.email"] = { name: 'email', display: 'Email' }
elements["#{groupKey}.sms"] = { name: 'sms', display: 'SMS' }
else if groupKey is 'article'
elements["#{groupKey}.note"] = { name: 'note', display: 'Notiz' }
elements["#{groupKey}.note"] = { name: 'note', display: 'Note' }
else

for row in App[groupMeta.model].configure_attributes
Expand Down

0 comments on commit 18978ee

Please sign in to comment.