@goodhood-web/nebenan-base 4.3.0-development.8 → 4.3.1-development.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/index.mjs +3 -3
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2883,7 +2883,7 @@ Solltest du keine E-Mail erhalten, bist du mit dieser E-Mail-Adresse bisher nich
|
|
|
2883
2883
|
root__header__title: gB
|
|
2884
2884
|
}, mB = {
|
|
2885
2885
|
"de-DE": {
|
|
2886
|
-
title: "
|
|
2886
|
+
title: "Willkommen zurück!",
|
|
2887
2887
|
divider_text: "Oder",
|
|
2888
2888
|
btn_sso_google: "Weiter mit Google",
|
|
2889
2889
|
register_text: "Noch kein Mitglied? ",
|
|
@@ -2899,7 +2899,7 @@ const pB = be.string({ required_error: "Bitte gib eine gültige E-Mail-Adresse e
|
|
|
2899
2899
|
{
|
|
2900
2900
|
colorScheme: "filled",
|
|
2901
2901
|
id: "email",
|
|
2902
|
-
label: "E-Mail-
|
|
2902
|
+
label: "E-Mail-Adresse",
|
|
2903
2903
|
name: "email",
|
|
2904
2904
|
size: "large",
|
|
2905
2905
|
type: "text"
|
|
@@ -2907,7 +2907,7 @@ const pB = be.string({ required_error: "Bitte gib eine gültige E-Mail-Adresse e
|
|
|
2907
2907
|
{
|
|
2908
2908
|
colorScheme: "filled",
|
|
2909
2909
|
id: "password",
|
|
2910
|
-
label: "
|
|
2910
|
+
label: "Passwort",
|
|
2911
2911
|
name: "password",
|
|
2912
2912
|
progressBar: !1,
|
|
2913
2913
|
size: "large",
|