branch develop updated (7462a3d -> ba33c15)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 7462a3d fixes #6552 add a 'new document' button for supervisor new ba33c15 fixes #6545 fix i18n key in user form The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit ba33c15c3bf9bd4b5a9f3f8d4318bd7254f6f251 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Jan 27 16:30:55 2015 +0100 fixes #6545 fix i18n key in user form Summary of changes: coselmar-ui/src/main/webapp/views/users/edituser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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 ba33c15c3bf9bd4b5a9f3f8d4318bd7254f6f251 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Jan 27 16:30:55 2015 +0100 fixes #6545 fix i18n key in user form --- coselmar-ui/src/main/webapp/views/users/edituser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/views/users/edituser.html b/coselmar-ui/src/main/webapp/views/users/edituser.html index 68f884b..aa09fbf 100644 --- a/coselmar-ui/src/main/webapp/views/users/edituser.html +++ b/coselmar-ui/src/main/webapp/views/users/edituser.html @@ -32,7 +32,7 @@ <form name="userForm" class="form-horizontal" role="form" ng-submit="saveUser(userForm.$valid)"> <div class="form-group" ng-class="{'has-error' : userForm.firstName.$invalid && !userForm.firstName.$pristine }"> - <label class="col-md-4 control-label">{{ 'user.metadata.firsName' | translate }} *</label> + <label class="col-md-4 control-label">{{ 'user.metadata.firstName' | translate }} *</label> <div class="col-md-5"> <input type="text" class="form-control" name="firstName" -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm