diff options
author | Saketh1499 | 2022-01-25 12:59:01 +0530 |
---|---|---|
committer | Saketh1499 | 2022-01-25 12:59:01 +0530 |
commit | 28674a8455ed75fa3610d48cc07e1a87451dfeaf (patch) | |
tree | 6865fc7c0881319058af155b827b278731b3d255 | |
parent | 9b0515b5c4d404f85ab52b7f2092a127a12ebf96 (diff) | |
download | cfd_case_study-28674a8455ed75fa3610d48cc07e1a87451dfeaf.tar.gz cfd_case_study-28674a8455ed75fa3610d48cc07e1a87451dfeaf.tar.bz2 cfd_case_study-28674a8455ed75fa3610d48cc07e1a87451dfeaf.zip |
Updating word study to studies
-rwxr-xr-x | cfd_case_study_details.inc | 8 |
1 files 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." ."<hr>"; + $output .= "Work has been completed for the following case studies. We welcome your contributions." ."<hr>"; } //$result->rowCount() == 0 else { - $output .= "Work has been completed for the following case study. We welcome your contributions." . "<hr>"; + $output .= "Work has been completed for the following case studies. We welcome your contributions." . "<hr>"; $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<hr>"; + $page_content .= "Work is in progress for the following case studies under case study Project<hr>"; } //$result->rowCount() == 0 else { - $page_content .= "Work is in progress for the following case study under case study Project<hr>"; + $page_content .= "Work is in progress for the following case studies under case study Project<hr>"; $preference_rows = array(); $i = 1; while ($row = $result->fetchObject()) |