@better-auth-ui/core 1.6.24 → 1.6.26

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.
@@ -13,7 +13,7 @@ var e = {
13
13
  checkYourEmail: "Check your email for a verification link",
14
14
  continueWith: "Continue with {{provider}}",
15
15
  email: "Email",
16
- emailPlaceholder: "Enter your email",
16
+ emailPlaceholder: "m@example.com",
17
17
  fieldRequired: "This field is required",
18
18
  forgotPassword: "Forgot Password",
19
19
  forgotPasswordLink: "Forgot password?",
@@ -21,14 +21,14 @@ var e = {
21
21
  invalidEmail: "Please enter a valid email address",
22
22
  invalidResetPasswordToken: "Invalid reset password token",
23
23
  name: "Name",
24
- namePlaceholder: "Enter your name",
24
+ namePlaceholder: "Name",
25
25
  needToCreateAnAccount: "Need to create an account?",
26
26
  newPassword: "New password",
27
- newPasswordPlaceholder: "Enter your new password",
27
+ newPasswordPlaceholder: "New password",
28
28
  openEmailProvider: "Open {{provider}}",
29
29
  or: "OR",
30
30
  password: "Password",
31
- passwordPlaceholder: "Enter your password",
31
+ passwordPlaceholder: "Password",
32
32
  passwordResetEmailSent: "Password reset email sent",
33
33
  passwordResetSuccess: "Password reset successfully",
34
34
  passwordsDoNotMatch: "Passwords do not match",