From 82fcada795ee6273c7a8f8a3bf892b4ad958db75 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 11 Apr 2020 07:46:24 -0500 Subject: [PATCH] Fix label --- quick_jibri_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index cceeb23..0feeb20 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -689,7 +689,7 @@ else fi #Brandless Mode if [ $ENABLE_BLESSM = yes ]; then - echo "Jigasi Transcription will be enabled." + echo "Custom brandless mode will be enabled." sed -i "s|ENABLE_BLESSM=.*|ENABLE_BLESSM=\"on\"|" jitsi-updater.sh bash $PWD/jm-bm.sh fi