mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 13:06:03 +10:00
Change login/signup placeholder translations
This commit is contained in:
parent
80c6f35298
commit
ae3822d48c
3 changed files with 8 additions and 8 deletions
|
|
@ -18,7 +18,7 @@ exports[`LoginForm matches snapshot 1`] = `
|
|||
onDragStart={[Function]}
|
||||
onDrop={[Function]}
|
||||
onFocus={[Function]}
|
||||
placeholder="me@example.com"
|
||||
placeholder="john.doe@example.com"
|
||||
type="email"
|
||||
value="" />
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ exports[`SignupForm matches snapshot 1`] = `
|
|||
onDragStart={[Function]}
|
||||
onDrop={[Function]}
|
||||
onFocus={[Function]}
|
||||
placeholder="me@example.com"
|
||||
placeholder="john.doe@example.com"
|
||||
type="email"
|
||||
value="" />
|
||||
</div>
|
||||
|
|
@ -39,7 +39,7 @@ exports[`SignupForm matches snapshot 1`] = `
|
|||
onDragStart={[Function]}
|
||||
onDrop={[Function]}
|
||||
onFocus={[Function]}
|
||||
placeholder="Elon"
|
||||
placeholder="John"
|
||||
type="text"
|
||||
value="" />
|
||||
</div>
|
||||
|
|
@ -58,7 +58,7 @@ exports[`SignupForm matches snapshot 1`] = `
|
|||
onDragStart={[Function]}
|
||||
onDrop={[Function]}
|
||||
onFocus={[Function]}
|
||||
placeholder="Musk"
|
||||
placeholder="Doe"
|
||||
type="text"
|
||||
value="" />
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
"ListingPage.noListingData": "Could not find listing data",
|
||||
"ListingPage.perNight": "/ night",
|
||||
"LoginForm.emailLabel": "Email",
|
||||
"LoginForm.emailPlaceholder": "me@example.com",
|
||||
"LoginForm.emailPlaceholder": "john.doe@example.com",
|
||||
"LoginForm.emailRequired": "This field is required",
|
||||
"LoginForm.logIn": "Log in",
|
||||
"LoginForm.passwordLabel": "Password",
|
||||
|
|
@ -145,13 +145,13 @@
|
|||
"SearchResultsPanel.nextPage": "Next page",
|
||||
"SearchResultsPanel.previousPage": "Previous page",
|
||||
"SignupForm.emailLabel": "Email",
|
||||
"SignupForm.emailPlaceholder": "me@example.com",
|
||||
"SignupForm.emailPlaceholder": "john.doe@example.com",
|
||||
"SignupForm.emailRequired": "You need to add an email.",
|
||||
"SignupForm.firstNameLabel": "First name",
|
||||
"SignupForm.firstNamePlaceholder": "Elon",
|
||||
"SignupForm.firstNamePlaceholder": "John",
|
||||
"SignupForm.firstNameRequired": "You need to add a first name.",
|
||||
"SignupForm.lastNameLabel": "Last name",
|
||||
"SignupForm.lastNamePlaceholder": "Musk",
|
||||
"SignupForm.lastNamePlaceholder": "Doe",
|
||||
"SignupForm.lastNameRequired": "You need to add a last name.",
|
||||
"SignupForm.passwordLabel": "Password",
|
||||
"SignupForm.passwordPlaceholder": "Enter your password...",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue