From 2bb5a93f1d83b86348a3e007f7bb4ca92288d66d Mon Sep 17 00:00:00 2001 From: Ritika Desai Date: Wed, 8 Jan 2025 15:50:42 +0530 Subject: [PATCH] update trash alert message --- .../public/controllers/class-phila-closures.php | 6 +++--- .../phila.gov-theme/partials/posts/trashday-alerts.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp/wp-content/plugins/phila.gov-customization/public/controllers/class-phila-closures.php b/wp/wp-content/plugins/phila.gov-customization/public/controllers/class-phila-closures.php index fa3f69a7eb..3e31eceda8 100644 --- a/wp/wp-content/plugins/phila.gov-customization/public/controllers/class-phila-closures.php +++ b/wp/wp-content/plugins/phila.gov-customization/public/controllers/class-phila-closures.php @@ -69,11 +69,11 @@ public function get_items( $request ) { $status = "Trash and recycling collections are on schedule."; break; case 1: - $status = "Trash and recycling collections are delayed in some areas. Set materials out on scheduled day."; + $status = "Trash and recycling collections are delayed in some areas. You should still set materials out on your scheduled day. "; break; case 2: $delay = true; - $status = "Trash and recycling collections are delayed in some areas. Set materials out one day behind scheduled day."; + $status = "Trash and recycling collections are delayed in some areas. Set materials out one day after your scheduled day."; break; case 3: $status = $flexible_collection['phila_flexible_collection_status']; @@ -105,7 +105,7 @@ public function get_items( $request ) { $end_date->setTime(0,0,1); if ( ($holiday_date <= $today ) && ($end_date >= $today) && (date('N') <= 5) ) { - $status = "Trash and recycling collections are on a holiday schedule. Set materials out one day behind your regular day."; + $status = "This week, set trash and recycling out one day after your scheduled day. Trash-only collection (available in some areas) is canceled."; $delay = true; } diff --git a/wp/wp-content/themes/phila.gov-theme/partials/posts/trashday-alerts.php b/wp/wp-content/themes/phila.gov-theme/partials/posts/trashday-alerts.php index d4f8c968dd..2a3b0f45b3 100644 --- a/wp/wp-content/themes/phila.gov-theme/partials/posts/trashday-alerts.php +++ b/wp/wp-content/themes/phila.gov-theme/partials/posts/trashday-alerts.php @@ -64,10 +64,10 @@