diff options
author | Sashi20 | 2019-05-20 17:05:47 +0530 |
---|---|---|
committer | Sashi20 | 2019-05-20 17:05:47 +0530 |
commit | 0c87d2372e101038e8ca77c66cd31afe9377dd4a (patch) | |
tree | 2721dd089e7302879e838e970f0bd4e9d1fa4716 /lab_details.inc | |
parent | e2b41bc4d03b55ae2f41e843725dcd1136321323 (diff) | |
download | r_lab_migration-0c87d2372e101038e8ca77c66cd31afe9377dd4a.tar.gz r_lab_migration-0c87d2372e101038e8ca77c66cd31afe9377dd4a.tar.bz2 r_lab_migration-0c87d2372e101038e8ca77c66cd31afe9377dd4a.zip |
Modify text displayed in completed labs and labs in progress page
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..6d05ccd 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 { |