You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2015/07/16 15:40:10 UTC

[4/8] airavata-php-gateway git commit: fixing AIRAVATA-1777

fixing AIRAVATA-1777


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/1504ccf2
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/1504ccf2
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/1504ccf2

Branch: refs/heads/0.15-release-branch
Commit: 1504ccf21b7731a94303d26624f50e5d4489edcf
Parents: 52dc55a
Author: Supun Nakandala <sc...@apache.org>
Authored: Thu Jul 16 18:45:25 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Thu Jul 16 18:45:25 2015 +0530

----------------------------------------------------------------------
 app/views/partials/experiment-info.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/1504ccf2/app/views/partials/experiment-info.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/experiment-info.blade.php b/app/views/partials/experiment-info.blade.php
index 761a505..d7119c8 100644
--- a/app/views/partials/experiment-info.blade.php
+++ b/app/views/partials/experiment-info.blade.php
@@ -82,7 +82,7 @@
             <td class="time" unix-time="<?php echo $expVal["experimentCreationTime"]; ?>"></td>
         </tr>
         <tr>
-            <td><strong>Update time</strong></td>
+            <td><strong>Last Modified Time</strong></td>
             <td class="time" unix-time="<?php echo $expVal["experimentTimeOfStateChange"]; ?>"></td>
         </tr>
         <tr>