From 5971a15069722b542a54777bd9e0f4dc29613483 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 17 Feb 2020 15:30:35 -0700 Subject: [PATCH] Update app_config.php --- app/phrases/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/phrases/app_config.php b/app/phrases/app_config.php index 149ba64e86..fdbb4eef30 100644 --- a/app/phrases/app_config.php +++ b/app/phrases/app_config.php @@ -69,7 +69,7 @@ $apps[$x]['permissions'][$y]['name'] = "phrase_domain"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = "phrase_desinations"; + $apps[$x]['permissions'][$y]['name'] = "phrase_destinations"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";