From 54d4d7d558aa128457485d543e14ebdca09291d0 Mon Sep 17 00:00:00 2001 From: Jack Anderson Date: Thu, 5 Dec 2024 12:35:32 +0000 Subject: [PATCH] [Legacy] Update Opportunity Statistic label --- public/legacy/include/language/en_us.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/legacy/include/language/en_us.lang.php b/public/legacy/include/language/en_us.lang.php index 70ec819c8..a82ab6994 100755 --- a/public/legacy/include/language/en_us.lang.php +++ b/public/legacy/include/language/en_us.lang.php @@ -3887,7 +3887,7 @@ $app_strings['LBL_AVERAGE_CLOSED_WON_PER_YEAR'] = 'Average Won Opportunity Per Y $app_strings['LBL_OPPORTUNITIES_TOTAL'] = 'Total Opportunity Value'; $app_strings['LBL_CASE_TOTAL_DAYS_OPEN'] = 'Total Days Open'; $app_strings['LBL_DAYS_OPEN'] = 'Days Open'; -$app_strings['LBL_DAYS_IN_SALE_STAGE'] = 'This Opportunity Has Been In This Sales Stage For'; +$app_strings['LBL_DAYS_IN_SALE_STAGE'] = 'DAY(S) THIS OPPORTUNITY HAS BEEN AT THIS SALES STAGE'; $app_strings['LBL_STAT_DAYS'] = 'Day(s)'; $app_strings['LBL_CLOSED_PER_YEAR'] = 'Closed Per Year'; $app_strings['LBL_WAS_OPEN'] = 'This Case was Open For';