Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ Bethany LaPenta <lapentab@mit.edu>
Renzo Lucioni <renzolucioni@gmail.com>
Felix Sun <felixsun@mit.edu>
Adam Palay <adam@edx.org>
Ian Hoover <ihoover@edx.org>
Ian Hoover <ihoover@edx.org>
Mukul Goyal <miki@edx.org>
2 changes: 1 addition & 1 deletion lms/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<section class="introduction">
<header>
<h1 class="sr">${_("Log Into Your Account")}</h1>
<h1 class="sr">${_("PLEASE LOG IN to access your account and courses")}</h1>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like the yelling. Prefer something like

Please log in or Please, Log In - unless there's a reason to make it all caps

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requirements said to match the text in the UI. :)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh I see. hrmph.

</header>
</section>

Expand Down