diff --git a/app/coffee/modules/user-settings/live-notifications.coffee b/app/coffee/modules/user-settings/live-notifications.coffee index aa138586..440c8ef5 100644 --- a/app/coffee/modules/user-settings/live-notifications.coffee +++ b/app/coffee/modules/user-settings/live-notifications.coffee @@ -44,7 +44,7 @@ class UserLiveNotificationsController extends mixOf(taiga.Controller, taiga.Page ] constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location, @navUrls, @auth, @errorHandlingService) -> - @scope.sectionName = "USER_SETTINGS.EVENTS.LIVE_SECTION_NAME" + @scope.sectionName = "USER_SETTINGS.NOTIFICATIONS.LIVE_SECTION_NAME" @scope.user = @auth.getUser() promise = @.loadInitialData() promise.then null, @.onInitialDataError.bind(@)