This is an automated email from the ASF dual-hosted git repository. rahulvats pushed a commit to branch backport-62031 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 53186f2ff4f6a97e959d492a64324783afcaa484 Author: Andrii Roiko <[email protected]> AuthorDate: Mon Feb 16 19:44:39 2026 +0200 Fix typo in PL translation (#62031) (cherry picked from commit 21187ee59ce1217347fadaa7bafc5721a15b2dd5) --- airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json index 421068f1082..629ba32d8ee 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json @@ -89,7 +89,7 @@ "docs": { "documentation": "Dokumentacja", "githubRepo": "Repozytorium GitHub", - "restApiReference": "Dokuentacja REST API" + "restApiReference": "Dokumentacja REST API" }, "download": { "download": "Pobierz",
