This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 5e0d885a4645ca3c172b639f6477901a58ae1066 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Jan 20 11:52:10 2015 +0100 fixes #6504 change application title --- coselmar-ui/src/main/webapp/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/index.html b/coselmar-ui/src/main/webapp/index.html index bd194a0..f4a19ce 100644 --- a/coselmar-ui/src/main/webapp/index.html +++ b/coselmar-ui/src/main/webapp/index.html @@ -74,7 +74,7 @@ </div> <nav class="hidden-xs"> <ul class="nav navbar-nav"> - <a href="#" role="button" class="navbar-brand">Coselmar Traceability</a> + <a href="#" role="button" class="navbar-brand">Coselmar Platform</a> <li ng-if="currentUser.role == 'ADMIN'"> <a href="#/users" class="dropdown-toggle">User</a> </li> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.