X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..26ae84cfef946f135a2b2ea91e6af4dd05048750:/src/api/templates/oauth/authorize_token.html

diff --git a/src/api/templates/oauth/authorize_token.html b/src/api/templates/oauth/authorize_token.html
index 60e5abd03..488183982 100644
--- a/src/api/templates/oauth/authorize_token.html
+++ b/src/api/templates/oauth/authorize_token.html
@@ -3,24 +3,24 @@
 
 {% block settings %}
   {% load title %}
-  {% trans "Authorize access to Wolne Lektury" as title %}
+  {% trans "Zezwól na dostęp do Wolnych Lektur" as title %}
   {% title title %}
 {% endblock %}
 
-{% block titleextra %}{% trans "Authorize access to Wolne Lektury" %}{% endblock %}
+{% block titleextra %}{% trans "Zezwól na dostęp do Wolnych Lektur" %}{% endblock %}
 
 {% block body %}
-  <h1>{% trans "Authorize access to Wolne Lektury" %}</h1>
+  <h1>{% trans "Zezwól na dostęp do Wolnych Lektur" %}</h1>
 
   <div class="normal-text">
     <p>
-      {% blocktrans %}Confirm to authorize access to Wolne Lektury as user <strong>{{ user}}</strong>.{% endblocktrans %}
+      {% blocktrans %}Potwierdź dostęp do Wolnych Lektur jako użytkownik <strong>{{ user }}</strong>.{% endblocktrans %}
     </p>
 
     <form action="{% url 'oauth_user_auth' %}" method="POST">
       {% csrf_token %}
       {{ form.as_p }}
-      <button type="submit">{% trans "Confirm" %}</button>
+      <button type="submit">{% trans "Potwierdź" %}</button>
     </form>
   </div>
 {% endblock %}