From 25ba853618dc6bcbe8fb1d328645b9fb53d2eb75 Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Date: Tue, 18 Jun 2024 17:59:28 -0400 Subject: [PATCH] clarified one of the transcription default setting (#7003) * clarified one of the transcription default setting * shortened the description --- app/voicemails/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 757adf78e5..84f45e5d72 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -357,7 +357,7 @@ $apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean"; $apps[$x]['default_settings'][$y]['default_setting_value'] = "false"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; - $apps[$x]['default_settings'][$y]['default_setting_description'] = "Transcription enabled default value."; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Define the transcription default value for new voicemails boxes."; $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "52f15a2d-d6c8-4a66-8f57-0ac176cfff17"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "theme";