From 28674a8455ed75fa3610d48cc07e1a87451dfeaf Mon Sep 17 00:00:00 2001 From: Saketh1499 Date: Tue, 25 Jan 2022 12:59:01 +0530 Subject: Updating word study to studies --- cfd_case_study_details.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cfd_case_study_details.inc b/cfd_case_study_details.inc index 4e6dbfb..0434e7f 100755 --- a/cfd_case_study_details.inc +++ b/cfd_case_study_details.inc @@ -13,12 +13,12 @@ function cfd_case_study_completed_proposals_all() //var_dump($case_study_abstract);die; if ($result->rowCount() == 0) { - $output .= "Work has been completed for the following case study. We welcome your contributions." ."
"; + $output .= "Work has been completed for the following case studies. We welcome your contributions." ."
"; } //$result->rowCount() == 0 else { - $output .= "Work has been completed for the following case study. We welcome your contributions." . "
"; + $output .= "Work has been completed for the following case studies. We welcome your contributions." . "
"; $preference_rows = array(); $i = $result->rowCount(); //var_dump($i);die; @@ -70,11 +70,11 @@ function cfd_case_study_progress_all() $result = $query->execute(); if ($result->rowCount() == 0) { - $page_content .= "Work is in progress for the following case study under case study Project
"; + $page_content .= "Work is in progress for the following case studies under case study Project
"; } //$result->rowCount() == 0 else { - $page_content .= "Work is in progress for the following case study under case study Project
"; + $page_content .= "Work is in progress for the following case studies under case study Project
"; $preference_rows = array(); $i = 1; while ($row = $result->fetchObject()) -- cgit