RoyLee1224 commented on code in PR #50626: URL: https://github.com/apache/airflow/pull/50626#discussion_r2092576141
########## airflow-core/src/airflow/ui/src/layouts/Nav/Nav.tsx: ########## @@ -55,17 +57,17 @@ export const Nav = () => { <AirflowPin height="35px" width="35px" /> </NavLink> </Box> - <NavButton icon={<FiHome size="1.75rem" />} title="Home" to="/" /> + <NavButton icon={<FiHome size="1.75rem" />} title={translate("nav.home")} to="/" /> <NavButton disabled={!authLinks?.authorized_menu_items.includes("Dags")} icon={<DagIcon height="1.75rem" width="1.75rem" />} - title="Dags" + title="DAGs" Review Comment: Got it, thanks for the heads-up! I'll fix this real quick. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org