Skip to content

Commit

Permalink
fix: remove name helper text
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Mar 12, 2024
1 parent 99147af commit 808b985
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/account/components/AccountProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const FIELDS = [
{
name: 'firstName',
label: 'account.form_first_name_label',
info: 'account.form_first_name_info',
props: {
gridItemProps: {
xs: 12,
Expand Down
1 change: 0 additions & 1 deletion src/localization/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@
"form_save_label": "Save Profile",
"save_success": "Your profile has been saved.",
"not_found": "Account not found",
"form_first_name_info": "This name will be used to greet you in Terraso.",
"welcome_to": "Welcome to",
"profile_picture": "Profile Picture",
"apple_login": "Sign in with Apple",
Expand Down
1 change: 0 additions & 1 deletion src/localization/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@
"save_success": "Su perfil se ha guardado.",
"not_found": "Cuenta no encontrada",
"welcome_to": "Bienvenido a",
"form_first_name_info": "Este nombre se utilizará para saludarlo en Terraso.",
"profile_picture": "Fotografía de perfil",
"apple_login": "Acceder con Apple",
"google_login": "Acceder con Google",
Expand Down

0 comments on commit 808b985

Please sign in to comment.