X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..cf76dbd53927cb38154845748fb3481cf013970f:/src/wolnelektury/templates/registration/register.html

diff --git a/src/wolnelektury/templates/registration/register.html b/src/wolnelektury/templates/registration/register.html
index 03827a07a..08b98d076 100644
--- a/src/wolnelektury/templates/registration/register.html
+++ b/src/wolnelektury/templates/registration/register.html
@@ -4,7 +4,7 @@
 
 {% block settings %}
   {% load title %}
-  {% trans "Register" as title %}
+  {% trans "Załóż konto" as title %}
   {% title title %}
 {% endblock %}
 
@@ -13,11 +13,11 @@
   <form method="post">
     {% csrf_token %}
     {{ form.as_p }}
-    <button>{% trans "Register" %}</button>
+    <button>{% trans "Załóż konto" %}</button>
     <p class="helptext">{{ form.data_processing }}</p>
 
     {% if USE_OPENID %}
-      <h3>{% trans "Sign in using:" %}</h3>
+      <h3>{% trans "Zaloguj się używając:" %}</h3>
 
       <ul class="socialaccount_providers">
         {% include "socialaccount/snippets/provider_list.html" %}