diff --git a/charts/opendesk-jitsi/files/web/custom-interface_config.js b/charts/opendesk-jitsi/files/web/custom-interface_config.js
index 38026a268cc8dff8a142fa8f9672ebeead92b0f4..6a9ee5b3d23d347052683c50d51d591c203391e6 100644
--- a/charts/opendesk-jitsi/files/web/custom-interface_config.js
+++ b/charts/opendesk-jitsi/files/web/custom-interface_config.js
@@ -1,6 +1,7 @@
 // SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
 // SPDX-License-Identifier: Apache-2.0
-interfaceConfig.APP_NAME = '{{ .Values.theme.texts.productName }} Videoconference';
+interfaceConfig.APP_NAME =
+  "{{ .Values.theme.texts.productName }} Videoconference";
 interfaceConfig.DISABLE_JOIN_LEAVE_NOTIFICATIONS = true;
 interfaceConfig.DISABLE_PRESENCE_STATUS = true;
 interfaceConfig.DISABLE_TRANSCRIPTION_SUBTITLES = true;
@@ -10,4 +11,5 @@ interfaceConfig.ENABLE_DIAL_OUT = false;
 interfaceConfig.GENERATE_ROOMNAMES_ON_WELCOME_PAGE = true;
 interfaceConfig.RECENT_LIST_ENABLED = true;
 interfaceConfig.SHOW_JITSI_WATERMARK = true;
-interfaceConfig.JITSI_WATERMARK_LINK = 'https://{{ .Values.global.hosts.univentionCorporateServer }}.{{ .Values.global.domain }}';
+interfaceConfig.JITSI_WATERMARK_LINK =
+  "https://{{ .Values.global.hosts.univentionCorporateServer }}.{{ .Values.global.domain }}";