Librarian in regular requirements.
[redakcja.git] / apps / wiki / templates / wiki / tabs / source_editor_item.html
index 0382982..22b6d66 100644 (file)
@@ -1,5 +1,6 @@
+{% load i18n %}
 <li id="CodeMirrorPerspective"
        data-ui-related="source-editor"
        data-ui-jsclass="CodeMirrorPerspective">
-    <span>Kod źródłowy</span>
+    <a href="#">{% trans "Source code" %}</a>
 </li>
\ No newline at end of file