diff options
author | Saketh1499 | 2022-01-25 14:27:24 +0530 |
---|---|---|
committer | GitHub | 2022-01-25 14:27:24 +0530 |
commit | bf304c19b501b6d45110ca4a20c1083164cab720 (patch) | |
tree | 6865fc7c0881319058af155b827b278731b3d255 | |
parent | 77994b7e1886531ec1c5d4ea0faa480a99f1a186 (diff) | |
parent | 28674a8455ed75fa3610d48cc07e1a87451dfeaf (diff) | |
download | cfd_case_study-bf304c19b501b6d45110ca4a20c1083164cab720.tar.gz cfd_case_study-bf304c19b501b6d45110ca4a20c1083164cab720.tar.bz2 cfd_case_study-bf304c19b501b6d45110ca4a20c1083164cab720.zip |
Merge pull request #23 from Saketh1499/development
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()) |