@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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +3 -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: "Wilkommen zurück!",
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-Addresse",
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: "Password",
2910
+ label: "Passwort",
2911
2911
  name: "password",
2912
2912
  progressBar: !1,
2913
2913
  size: "large",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/nebenan-base",
3
- "version": "4.3.0-development.8",
3
+ "version": "4.3.1-development.1",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",