Repository: airavata-php-gateway Updated Branches: refs/heads/master dc36abd10 -> eec015cf4
fixing a 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/eec015cf Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/eec015cf Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/eec015cf Branch: refs/heads/master Commit: eec015cf4802569a961fd43d68976bb785e7be34 Parents: dc36abd Author: scnakandala <[email protected]> Authored: Thu Oct 29 15:07:50 2015 -0400 Committer: scnakandala <[email protected]> Committed: Thu Oct 29 15:07:50 2015 -0400 ---------------------------------------------------------------------- app/config/pga_config.php.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/eec015cf/app/config/pga_config.php.template ---------------------------------------------------------------------- diff --git a/app/config/pga_config.php.template b/app/config/pga_config.php.template index 7e9524a..cd5f290 100644 --- a/app/config/pga_config.php.template +++ b/app/config/pga_config.php.template @@ -172,7 +172,7 @@ return array( 'theme' => 'base', /** - * Portal titles + * Portal title */ 'portal-tile' => 'Airavata PHP Gateway',
