feat(dashboard): login and invite redesign (#9214)
**What** - new UI for login and invite pages ---   --- CLOSES CC-131
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
"close": "Close",
|
||||
"showMore": "Show more",
|
||||
"continue": "Continue",
|
||||
"continueWithEmail": "Continue with Email",
|
||||
"addReason": "Add Reason",
|
||||
"addNote": "Add Note",
|
||||
"reset": "Reset",
|
||||
@@ -546,7 +547,7 @@
|
||||
"inventory": {
|
||||
"notManaged": "Not managed",
|
||||
"manageItems": "Manage inventory items",
|
||||
"notManagedDesc":"Inventory is not managed for this variant. Turn on ‘Manage Inventory’ to track the variant's inventory.",
|
||||
"notManagedDesc": "Inventory is not managed for this variant. Turn on ‘Manage Inventory’ to track the variant's inventory.",
|
||||
"manageKit": "Manage inventory kit",
|
||||
"navigateToItem": "Go to inventory item",
|
||||
"actions": {
|
||||
@@ -2338,19 +2339,20 @@
|
||||
},
|
||||
"login": {
|
||||
"forgotPassword": "Forgot password? - <0>Reset</0>",
|
||||
"title": "Log in",
|
||||
"hint": "to continue to Medusa"
|
||||
"title": "Welcome to Medusa",
|
||||
"hint": "Sign in to access the account area"
|
||||
},
|
||||
"invite": {
|
||||
"title": "Create your account",
|
||||
"hint": "to continue to Medusa",
|
||||
"title": "Welcome to Medusa",
|
||||
"hint": "Create you account below",
|
||||
"backToLogin": "Back to login",
|
||||
"createAccount": "Create account",
|
||||
"alreadyHaveAccount": "Already have an account? - <0>Log in</0>",
|
||||
"emailTooltip": "Your email cannot be changed. If you would like to use another email, a new invite must be sent.",
|
||||
"invalidInvite": "The invite is invalid or has expired.",
|
||||
"successTitle": "Your account has been created",
|
||||
"successTitle": "Your account has is registered",
|
||||
"successHint": "Get started with Medusa Admin right away.",
|
||||
"successAction": "Sign in to start using Medusa",
|
||||
"successAction": "Start Medusa Admin",
|
||||
"invalidTokenTitle": "Your invite token is invalid",
|
||||
"invalidTokenHint": "Try requesting a new invite link.",
|
||||
"passwordMismatch": "Passwords do not match",
|
||||
|
||||
Reference in New Issue
Block a user