feat(auth): unify sign-in options
This commit is contained in:
@@ -219,6 +219,9 @@ export const translations = {
|
||||
profileFirstName: "First name",
|
||||
profileLastName: "Last name",
|
||||
profileEmail: "Email",
|
||||
usernameOrEmail: "Username or email",
|
||||
usernameOrEmailRequired: "Username or email is required",
|
||||
or: "or",
|
||||
profileNewEmail: "New email",
|
||||
profileCurrentEmail: "Current email: {email}",
|
||||
profileEmailChangePassword: "Password to confirm email change",
|
||||
@@ -1346,6 +1349,9 @@ export const translations = {
|
||||
profileFirstName: "Fornavn",
|
||||
profileLastName: "Etternavn",
|
||||
profileEmail: "E-post",
|
||||
usernameOrEmail: "Brukernavn eller e-post",
|
||||
usernameOrEmailRequired: "Brukernavn eller e-post er påkrevd",
|
||||
or: "eller",
|
||||
profileNewEmail: "Ny e-post",
|
||||
profileCurrentEmail: "Nåværende e-post: {email}",
|
||||
profileEmailChangePassword: "Passord for å bekrefte e-postendring",
|
||||
|
||||
Reference in New Issue
Block a user