summaryrefslogtreecommitdiff
path: root/custom_model_details.inc
diff options
context:
space:
mode:
authorSashi202021-03-15 15:55:05 +0530
committerGitHub2021-03-15 15:55:05 +0530
commit44f5bb01da3bcd87c6fe94b8ee29012338087ccf (patch)
tree19fd982b557648aa999df551e8eaf354cc7aa3c3 /custom_model_details.inc
parente92f4e6edab823292a923c39bb4cce2e46488e6b (diff)
parentdc64743422ea56fc0614940cb17219549999eb0a (diff)
downloaddwsim_custom_model-44f5bb01da3bcd87c6fe94b8ee29012338087ccf.tar.gz
dwsim_custom_model-44f5bb01da3bcd87c6fe94b8ee29012338087ccf.tar.bz2
dwsim_custom_model-44f5bb01da3bcd87c6fe94b8ee29012338087ccf.zip
Merge pull request #8 from Saketh1499/development
Generating certificates for completed projects
Diffstat (limited to 'custom_model_details.inc')
-rwxr-xr-xcustom_model_details.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom_model_details.inc b/custom_model_details.inc
index 2860d2a..592a8b3 100755
--- a/custom_model_details.inc
+++ b/custom_model_details.inc
@@ -58,11 +58,11 @@ function custom_model_progress_all()
$result = $query->execute();
if ($result->rowCount() == 0)
{
- $page_content .= "Work is in progress for the following custom model under custom model Project<hr>";
+ $page_content .= "Work is in progress for the following custom model under DWSIM Custom Model Project<hr>";
} //$result->rowCount() == 0
else
{
- $page_content .= "Work is in progress for the following custom model under custom model Project<hr>";
+ $page_content .= "Work is in progress for the following custom model under DWSIM Custom Model Project<hr>";
$preference_rows = array();
$i = 1;
while ($row = $result->fetchObject())