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

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

commit 1480d587047d7946eeff80d6a2c74708f6976a42
Author: Yiannis Hadjicharalambous <[email protected]>
AuthorDate: Thu Sep 21 16:24:39 2023 +0100

    Change two whitespaces to one (#34519)
    
    (cherry picked from commit a1bd8719581f2ef1fb25aeaa89e3520e8bc81172)
---
 airflow/www/static/js/dag/grid/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/www/static/js/dag/grid/index.tsx 
b/airflow/www/static/js/dag/grid/index.tsx
index a67305994a..638f4268c0 100644
--- a/airflow/www/static/js/dag/grid/index.tsx
+++ b/airflow/www/static/js/dag/grid/index.tsx
@@ -153,7 +153,7 @@ const Grid = ({
           zIndex={2}
           top={-8}
           onClick={onPanelToggle}
-          title={`${isPanelOpen ? "Hide " : "Show "} Details Panel`}
+          title={`${isPanelOpen ? "Hide" : "Show"} Details Panel`}
           aria-label={isPanelOpen ? "Show Details" : "Hide Details"}
           icon={<MdDoubleArrow />}
           transform={isPanelOpen ? undefined : "rotateZ(180deg)"}

Reply via email to