diff options
author | Sashi20 | 2018-06-04 16:16:02 +0530 |
---|---|---|
committer | GitHub | 2018-06-04 16:16:02 +0530 |
commit | e6bfb2a65096326f2ec407c9ad12d1e5ba7df1ef (patch) | |
tree | 77e850ec45e38e519dfe53fb5814a0a5e5fd56fb /lab_details.inc | |
parent | d414abb2929b0f7270cb246d771fad71d4e3413c (diff) | |
parent | 51e8b694424c6989680f08d102638964913bff13 (diff) | |
download | DWSIM_lab_migration_module-e6bfb2a65096326f2ec407c9ad12d1e5ba7df1ef.tar.gz DWSIM_lab_migration_module-e6bfb2a65096326f2ec407c9ad12d1e5ba7df1ef.tar.bz2 DWSIM_lab_migration_module-e6bfb2a65096326f2ec407c9ad12d1e5ba7df1ef.zip |
Merge pull request #2 from Sashi20/master
Modified message displayed for labs in progress and completed labs
Diffstat (limited to 'lab_details.inc')
-rwxr-xr-x | lab_details.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lab_details.inc b/lab_details.inc index b847f98..0c9d07f 100755 --- a/lab_details.inc +++ b/lab_details.inc @@ -10,7 +10,7 @@ function lab_migration_completed_labs_all() //$result = db_query($query); if ($result->rowCount() == 0) { - $output .= "We will in process to update lab migration data"; + $output .= "We are in the process of updating the lab migration data."; } else { @@ -51,7 +51,7 @@ function lab_migration_labs_progress_all() $result = $query->execute(); if ($result->rowCount() == 0) { - $page_content .= "We will in process to update lab migration data"; + $page_content .= "We are in the process of updating the lab migration data."; } else { |