From 6533ff89fb15c351adfaee1f55f3435786c62568 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 28 Jan 2025 16:51:42 -0700 Subject: [PATCH] Update app_config.php --- app/voicemails/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 701b568b30..11d6f974b0 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -408,7 +408,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'] = "false"; - $apps[$x]['default_settings'][$y]['default_setting_description'] = "Instead of deleteing voicemails right away when pressing 7; queue them for deletion"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Instead of deleting voicemails right away when pressing 7; queue them for deletion"; $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "b06cc9df-379e-4b45-8bda-d2d431506317"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "voicemail"; @@ -751,4 +751,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>