From 19a75513989756ba06a2b4769b78d40cfd19eb5b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 26 Nov 2019 17:09:38 -0700 Subject: [PATCH] Update app_config.php --- app/bridges/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bridges/app_config.php b/app/bridges/app_config.php index 6af23ceb23..74ebed9002 100644 --- a/app/bridges/app_config.php +++ b/app/bridges/app_config.php @@ -81,7 +81,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'bridge_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description. '; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; $z++; ?>