mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
fix missing translations
This commit is contained in:
parent
676da06ef1
commit
02aafcb78b
@ -269,7 +269,7 @@
|
|||||||
|
|
||||||
<div class="form-group" ng-class="{'has-error': userForm['user[profile_attributes][job]'].$dirty && userForm['user[profile_attributes][job]'].$invalid}">
|
<div class="form-group" ng-class="{'has-error': userForm['user[profile_attributes][job]'].$dirty && userForm['user[profile_attributes][job]'].$invalid}">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<span class="input-group-addon help-cursor" title="{{ 'used_for_profile' | translate }}"><i class="fa fa-briefcase"></i> </span>
|
<span class="input-group-addon help-cursor" title="{{ 'app.shared.user.used_for_profile' | translate }}"><i class="fa fa-briefcase"></i> </span>
|
||||||
<input type="text"
|
<input type="text"
|
||||||
name="user[profile_attributes][job]"
|
name="user[profile_attributes][job]"
|
||||||
ng-model="user.profile.job"
|
ng-model="user.profile.job"
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
placeholder="{{ 'app.public.common.your_pseudonym' | translate }}"
|
placeholder="{{ 'app.public.common.your_pseudonym' | translate }}"
|
||||||
required>
|
required>
|
||||||
</div>
|
</div>
|
||||||
<span class="exponent help-cursor" title="{{ 'used_for_profile' | translate }}"><i class="fa fa-asterisk" aria-hidden="true"></i></span>
|
<span class="exponent help-cursor" title="{{ 'app.shared.user.used_for_profile' | translate }}"><i class="fa fa-asterisk" aria-hidden="true"></i></span>
|
||||||
<span class="help-block" ng-show="signupForm.username.$dirty && signupForm.username.$error.required" translate>{{ 'app.public.common.pseudonym_is_required' }}</span>
|
<span class="help-block" ng-show="signupForm.username.$dirty && signupForm.username.$error.required" translate>{{ 'app.public.common.pseudonym_is_required' }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user