From 22ded2198deff246e657e82f548e52e6c4cb65e5 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 15 Jul 2013 19:26:45 +0000 Subject: [PATCH] Change Destination to Timeout Destination. --- app/ring_groups/app_languages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ring_groups/app_languages.php b/app/ring_groups/app_languages.php index 55dd8b6273..473dbe8a21 100644 --- a/app/ring_groups/app_languages.php +++ b/app/ring_groups/app_languages.php @@ -91,7 +91,7 @@ $text['description-timeout']['en-us'] = 'Enter the total call timeout in seconds'; - $text['label-destination']['en-us'] = 'Destination'; + $text['label-destination']['en-us'] = 'Timeout Destination'; $text['description-destination']['en-us'] = 'Select the timeout destination for this ring group.';