mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Updated name error copy
This commit is contained in:
parent
231bafb826
commit
bc17f41860
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ const DEV_MODE_DATA = {
|
|||
showPopup: true,
|
||||
site: Fixtures.site,
|
||||
member: Fixtures.member.paid,
|
||||
page: 'signup'
|
||||
page: 'accountHome'
|
||||
};
|
||||
export default class App extends React.Component {
|
||||
constructor(props) {
|
||||
|
|
|
@ -4,7 +4,7 @@ export const FormInputError = ({field}) => {
|
|||
if (field.required && !field.value) {
|
||||
switch (field.name) {
|
||||
case 'name':
|
||||
return `Please enter a name`;
|
||||
return `What should we call you?`;
|
||||
|
||||
case 'email':
|
||||
return `Enter your email address`;
|
||||
|
|
Loading…
Add table
Reference in a new issue