From 42a5fe916357bbb13bb687ece2bf9d1fc93cf421 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Thu, 18 Mar 2021 13:50:23 +0100
Subject: [PATCH] fix: label on avatar

---
 src/styles/communities/_index.scss |  2 +-
 src/views/page-registering.pug     | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/styles/communities/_index.scss b/src/styles/communities/_index.scss
index c6f6fc57..bc48aea7 100644
--- a/src/styles/communities/_index.scss
+++ b/src/styles/communities/_index.scss
@@ -67,7 +67,7 @@
   }
 
   solid-form-text-label,
-  solid-form-password,
+  solid-form-password-label,
   hubl-input-type-email {
     color: #5D7393;
   }
diff --git a/src/views/page-registering.pug b/src/views/page-registering.pug
index 216a9a04..73f1e322 100644
--- a/src/views/page-registering.pug
+++ b/src/views/page-registering.pug
@@ -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'
-- 
GitLab