From 7e1535ee058b5db5ac0e13d3c9280ed35cc6f5ee Mon Sep 17 00:00:00 2001
From: dariuszzbyrad <dariusz.zbyrad@gmail.com>
Date: Fri, 1 May 2020 19:00:08 +0200
Subject: [PATCH] Fixed incorrect translate for the 'Authentication' word
 (#1311)

---
 modules/core/locales/pl/LC_MESSAGES/core.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/core/locales/pl/LC_MESSAGES/core.po b/modules/core/locales/pl/LC_MESSAGES/core.po
index 1a461afe2..c563d534a 100644
--- a/modules/core/locales/pl/LC_MESSAGES/core.po
+++ b/modules/core/locales/pl/LC_MESSAGES/core.po
@@ -86,7 +86,7 @@ msgid "{core:frontpage:loggedin_as_admin}"
 msgstr "JesteĹ› zalogowany jako administrator"
 
 msgid "{core:frontpage:auth}"
-msgstr "Autentykacja"
+msgstr "Uwierzytelnianie"
 
 msgid "{core:frontpage:show_metadata}"
 msgstr "Wyświetl metadane"
@@ -265,7 +265,7 @@ msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP"
 msgstr "Shibboleth 1.3 SP - przykład - test logowania przez Twoje Shib IdP"
 
 msgid "Authentication"
-msgstr "Autentykacja"
+msgstr "Uwierzytelnianie"
 
 msgid "Show metadata"
 msgstr "Wyświetl metadane"
-- 
GitLab