diff --git a/app/assets/javascripts/app/controllers/_profile/notification.coffee b/app/assets/javascripts/app/controllers/_profile/notification.coffee index d3cfd56f8..d63c79618 100644 --- a/app/assets/javascripts/app/controllers/_profile/notification.coffee +++ b/app/assets/javascripts/app/controllers/_profile/notification.coffee @@ -15,7 +15,7 @@ class Index extends App.Controller group_ids: [] matrix: create: - name: 'new Ticket' + name: 'New Ticket' update: name: 'Ticket update' reminder_reached: diff --git a/app/assets/javascripts/app/views/profile/notification.jst.eco b/app/assets/javascripts/app/views/profile/notification.jst.eco index c0f5e363c..9b50578a7 100644 --- a/app/assets/javascripts/app/views/profile/notification.jst.eco +++ b/app/assets/javascripts/app/views/profile/notification.jst.eco @@ -4,45 +4,76 @@