fix: label on avatar
This commit is contained in:
parent
e0ccafdc2c
commit
42a5fe9163
@ -67,7 +67,7 @@
|
||||
}
|
||||
|
||||
solid-form-text-label,
|
||||
solid-form-password,
|
||||
solid-form-password-label,
|
||||
hubl-input-type-email {
|
||||
color: #5D7393;
|
||||
}
|
||||
|
@ -71,15 +71,15 @@
|
||||
bind-resources
|
||||
nested-field='members'
|
||||
fields='user.first_name, user.last_name, user.email, user.username, user.password'
|
||||
label-user.first_name='Prénom*'
|
||||
label-user.last_name='Nom*'
|
||||
label-user.email='E-mail*'
|
||||
label-user.password='Mot de passe*'
|
||||
label-user.first_name=''
|
||||
label-user.last_name=''
|
||||
label-user.email=''
|
||||
label-user.password=''
|
||||
data-trans='label-user.password=communities.index.password;label-user.email=communities.index.email;label-user.last_name=communities.index.last_name;label-user.first_name=communities.index.first_name;submit-button=communities.index.formCreateAccount'
|
||||
widget-user.first_name='solid-form-text-label'
|
||||
widget-user.last_name='solid-form-text-label'
|
||||
widget-user.email='hubl-input-type-email'
|
||||
widget-user.password='solid-form-password'
|
||||
widget-user.password='solid-form-password-label'
|
||||
widget-user.username='solid-form-hidden'
|
||||
class-user.first_name='segment margin-bottom-medium full padding-left-small sm-padding-none text-large text-left'
|
||||
class-user.last_name='segment margin-bottom-medium full padding-left-small sm-padding-none text-large text-left'
|
||||
|
Loading…
Reference in New Issue
Block a user