Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new page: Use correct labels in error messages #149

Closed
rolandschaub opened this issue Jun 29, 2015 · 0 comments
Closed

Create new page: Use correct labels in error messages #149

rolandschaub opened this issue Jun 29, 2015 · 0 comments

Comments

@rolandschaub
Copy link
Member

When displaying errors, use the same field names as used in the labels of the form. Change order of error messages according to field order in form. Example:

Instead of:
Layout Id darf nicht leer sein.
Rewrite darf nicht leer sein.
Title darf nicht leer sein.

Use:
Seitentitel darf nicht leer sein.
Pfadsegment darf nicht leer sein.
Layout darf nicht leer sein.

Even better:
Geben Sie einen Seitentitel ein.
Geben Sie ein Pfadsegment ein.
Wählen Sie ein Layout aus.

@nadar nadar self-assigned this Jun 29, 2015
@nadar nadar added this to the 1.0.0-alpha8 release milestone Jun 30, 2015
@nadar nadar closed this as completed in 0053585 Jun 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants