Skip to content

Commit

Permalink
Fix typo in pl translation (digitalocean#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
pidpawel authored Feb 4, 2022
1 parent 387a47b commit 98ac6b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code class="slim">nginx</code> oraz ustawia pid na <code class="slim">/var/run/nginx.pid</code>`,
applyDockerTweaksExplainer: `Aktualizuje użytkownika ${common.nginx} na <code class="slim">nginx</code> oraz ustawia pid na <code class="slim">/var/run/nginx.pid</code>`,
includeDockerfile: `Dołącz ${dockerfile}, aby uruchomić ${common.nginx} z ${docker}`,
includeDockerCompose: `Dołącz docker-compose, aby uruchomić ${common.nginx} z docker-compose`,
};

0 comments on commit 98ac6b2

Please sign in to comment.