diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 228: Add "the" to "or visit the admin panel"

Message ID 20110819042115.16581.7.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Aug. 19, 2011, 4:21 a.m. UTC
------------------------------------------------------------
revno: 228
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: pristine
timestamp: Thu 2011-08-18 17:01:12 +0200
message:
  Add "the" to "or visit the admin panel"
modified:
  lava_server/templates/layouts/content.html


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/templates/layouts/content.html'
--- lava_server/templates/layouts/content.html	2011-08-18 15:00:07 +0000
+++ lava_server/templates/layouts/content.html	2011-08-18 15:01:12 +0000
@@ -19,7 +19,7 @@ 
         href="{% url django.contrib.auth.views.logout %}"
         >{% trans "sign out" %}</a>
       {% if user.is_staff %}
-      {% trans " or visit " %}<a 
+      {% trans " or visit the " %}<a 
         class="admin-site"
         href="{% url admin:index %}"
         >{% trans "admin interface" %}</a>