From cd4979ae7330b60c0808303fc0086fd7a4e8d838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20pidpawel=20Kozubal?= Date: Wed, 2 Feb 2022 18:07:14 +0100 Subject: [PATCH] Fix typo in pl translation --- 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`, };