From 94de312a1e5b53e88b8dcee5cbaf0471af92627f Mon Sep 17 00:00:00 2001 From: hailthemelody Date: Mon, 18 Dec 2017 19:05:48 -0500 Subject: [PATCH] fix typo (#2944) "voiemail" to "voicemail" --- 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 bca829b58e..d179673eea 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -176,7 +176,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'] = 'Allow access to the voicemail menu with the correct voiemail password.'; + $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Allow access to the voicemail menu with the correct voicemail password.'; $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'd09e808d-bd28-400a-81db-8d41b6394527'; $apps[$x]['default_settings'][$y]['default_setting_category'] = 'voicemail';