Repository: airavata-php-gateway Updated Branches: refs/heads/develop 9cab0fe2c -> 77389a632
fixing typo 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/77389a63 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/77389a63 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/77389a63 Branch: refs/heads/develop Commit: 77389a632d000b2798b791667f3f94d1ed1e20eb Parents: 9cab0fe Author: scnakandala <[email protected]> Authored: Mon May 2 18:17:55 2016 -0400 Committer: scnakandala <[email protected]> Committed: Mon May 2 18:17:55 2016 -0400 ---------------------------------------------------------------------- app/views/account/dashboard.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/77389a63/app/views/account/dashboard.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php index e140b45..ba1a102 100644 --- a/app/views/account/dashboard.blade.php +++ b/app/views/account/dashboard.blade.php @@ -114,7 +114,7 @@ <span class="glyphicon glyphicon-sort console-icon"></span> </div> <div class="col-md-12"> - <h4>Gateway Prefereces</h4> + <h4>Gateway Profile</h4> </div> </div> </a>
