Change login/signup placeholder translations

This commit is contained in:
Kimmo Puputti 2017-06-21 20:38:21 +03:00
parent 80c6f35298
commit ae3822d48c
3 changed files with 8 additions and 8 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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...",