This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 81cd2a0bbeb Fix wrong translation of control key in German UI (#52046)
81cd2a0bbeb is described below
commit 81cd2a0bbeb2dfdaa6409f728fa00a49e80232f1
Author: Jens Scheffler <[email protected]>
AuthorDate: Mon Jun 23 09:46:59 2025 +0200
Fix wrong translation of control key in German UI (#52046)
---
airflow-core/src/airflow/ui/public/i18n/locales/de/dags.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/de/dags.json
b/airflow-core/src/airflow/ui/public/i18n/locales/de/dags.json
index 06e96c85cd9..d79a944687d 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/de/dags.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/de/dags.json
@@ -23,7 +23,7 @@
},
"clear": {
"button": "{{type}} zurücksetzen",
- "buttonTooltip": "STRG+C zum Zurücksetzen tippen",
+ "buttonTooltip": "Umschalttaste+C zum Zurücksetzen tippen",
"error": "Fehler beim Zurücksetzen von {{type}}",
"title": "{{type}} bereinigen und neu planen"
},
@@ -43,8 +43,8 @@
"markAs": {
"button": "{{type}} markieren...",
"buttonTooltip": {
- "failed": "STRG+F tippen um als fehlgeschlagen zu markieren",
- "success": "STRG+S tippen um als erfolgreich zu markieren"
+ "failed": "Umschalttaste+F tippen um als fehlgeschlagen zu markieren",
+ "success": "Umschalttaste+S tippen um als erfolgreich zu markieren"
},
"title": "{{type}} auf den Status {{state}} setzen"
},