Skip to content

Commit

Permalink
"Logout" -> "Log Out"
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeman committed Dec 3, 2011
1 parent 0553b3d commit b52ee50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinax_theme_bootstrap/templates/_account_bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<li><a href="/admin/">Admin</a></li>
{% endif %}
<li class="divider"></li>
<li><a href="{% url acct_logout %}">Logout</a></li>
<li><a href="{% url acct_logout %}">Log Out</a></li>
</ul>
</li>
{% else %}
Expand Down

0 comments on commit b52ee50

Please sign in to comment.