diff --git a/devfront/src/components/layout/AppLayout.tsx b/devfront/src/components/layout/AppLayout.tsx index 8fa80e47..c0324ac1 100644 --- a/devfront/src/components/layout/AppLayout.tsx +++ b/devfront/src/components/layout/AppLayout.tsx @@ -299,10 +299,7 @@ function AppLayout() { disabled={isRefreshingSession} > {isRefreshingSession - ? t( - "ui.dev.session.refreshing", - "Refreshing...", - ) + ? t("ui.dev.session.refreshing", "Refreshing...") : t("ui.dev.session.refresh", "Refresh session expiry")}