#28735: Typos in 2.0 default login view
-----------------------------------------+------------------------
               Reporter:  shacker        |          Owner:  nobody
                   Type:  Uncategorized  |         Status:  new
              Component:  Uncategorized  |        Version:  2.0
               Severity:  Normal         |       Keywords:
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  1
                  UI/UX:  0              |
-----------------------------------------+------------------------
 Default login view says:

 >
 {{{
 You are seeing this page because DEBUG=True is in your settings file and
 have not configured any URLs.
 }}}

 Missing the word "you" and it may not be correct that dev has not
 configured any URLs. May be that dev has just not configured URLs for
 *this* URL.

 Will submit a PR to correct this text to :

 {{{
 You are seeing this page because DEBUG=True is in your settings file and
 you have not configured any URLs for this page.
 }}}

 Could also be "for this URL" or "for this view". Thoughts?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28735>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.3a15b6a684e78a4ef4e160c91b7e8b91%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to