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>.