From 98ac6b2f21982a8f0696d5b8f0a0ffec6008fdbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kozubal?= Date: Fri, 4 Feb 2022 22:16:08 +0100 Subject: [PATCH] Fix typo in pl translation (#326) --- src/nginxconfig/i18n/pl/templates/global_sections/docker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nginxconfig/i18n/pl/templates/global_sections/docker.js b/src/nginxconfig/i18n/pl/templates/global_sections/docker.js index 62d2f3f..484dbe4 100644 --- a/src/nginxconfig/i18n/pl/templates/global_sections/docker.js +++ b/src/nginxconfig/i18n/pl/templates/global_sections/docker.js @@ -35,7 +35,7 @@ export default { dockerCompose: `${docker} Compose`, applyDockerTweaks: `Zastosuj poprawki pod ${docker}a`, applyDockerTweaksForNginx: `Zastosuj poprawki konfiguracyjne pod ${common.nginx} z ${docker}em`, - applyDockerTweaksExplainer: `Aktualizuje urzytkownika ${common.nginx} na nginx oraz ustawia pid na /var/run/nginx.pid`, + applyDockerTweaksExplainer: `Aktualizuje użytkownika ${common.nginx} na nginx oraz ustawia pid na /var/run/nginx.pid`, includeDockerfile: `Dołącz ${dockerfile}, aby uruchomić ${common.nginx} z ${docker}`, includeDockerCompose: `Dołącz docker-compose, aby uruchomić ${common.nginx} z docker-compose`, };