This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 5f909eda354cf59d58b0fd9df3cdd30041a5e121
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 12 12:01:48 2025 +0100

    [v3-1-test] Update json to JSON for consistency in translations (#59323) 
(#59333)
    
    (cherry picked from commit a27dd7be521d9a086ecceb52dd38a5a0faa59c98)
    
    Co-authored-by: Yeonguk Choo <[email protected]>
---
 airflow-core/src/airflow/ui/public/i18n/locales/en/common.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/en/common.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/en/common.json
index d7688753c36..3b9b1c71c33 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/en/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/en/common.json
@@ -25,7 +25,7 @@
     "requiredActions": "Required Actions",
     "xcoms": "XComs"
   },
-  "collapseAllExtra": "Collapse all extra json",
+  "collapseAllExtra": "Collapse all extra JSON",
   "collapseDetailsPanel": "Collapse Details Panel",
   "createdAssetEvent_one": "Created Asset Event",
   "createdAssetEvent_other": "Created Asset Events",
@@ -100,7 +100,7 @@
     "hotkey": "e",
     "tooltip": "Press {{hotkey}} to toggle expand"
   },
-  "expandAllExtra": "Expand all extra json",
+  "expandAllExtra": "Expand all extra JSON",
   "expression": {
     "all": "All",
     "and": "AND",

Reply via email to