X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/432b8f629b6541991b254639a506c4c55bb78e4a..a652bbb45f118f38a3688680c527e31d726ed7a8:/wolnelektury/templates/catalogue/user_shelves.html

diff --git a/wolnelektury/templates/catalogue/user_shelves.html b/wolnelektury/templates/catalogue/user_shelves.html
index 88e73150d..7f6ce5538 100644
--- a/wolnelektury/templates/catalogue/user_shelves.html
+++ b/wolnelektury/templates/catalogue/user_shelves.html
@@ -1,4 +1,4 @@
-<h2>Moje półki</h2>
+<h2>Twoje półki z lekturami</h2>
 {% if shelves %}
 <ul class="shelf-list">
 {% for shelf in shelves %}
@@ -11,6 +11,6 @@
 <hr />
 <form action="{% url catalogue.views.new_set %}" method="post" accept-charset="utf-8" class="cuteform">
 <ol>
-    <li>{{ new_set_form.name }} <input type="submit" value="Utwórz nową półkę"/></li>
+    <li>{{ new_set_form.name }} <input type="submit" value="Utwórz półkę"/></li>
 </ol>
 </form>
\ No newline at end of file