Maintenance: Let SLA admin screen show the SLA description, not the Calendar description.

This commit is contained in:
Martin Gruner 2021-11-22 08:03:07 +01:00
parent 29d99f1d11
commit 10be8dabd3

View file

@ -89,7 +89,7 @@ class Sla extends App.ControllerSubContent
description: (e) =>
new App.ControllerGenericDescription(
description: App.Calendar.description
description: App.Sla.description
container: @el.closest('.content')
)