Set document title on navigation to url path, refs #19369
[arvados-workbench2.git] / src / store / auth / auth-middleware.ts
index eb1e42b5de74c475452647489482dc1892754740..0d08405ae11e87f329553e236e4550c0720a6fd6 100644 (file)
@@ -56,7 +56,7 @@ export const authMiddleware = (services: ServiceRepository): Middleware => store
             }
         },
         SET_CONFIG: ({ config }) => {
-            document.title = `Arvados Workbench (${config.uuidPrefix})`;
+            document.title = `Arvados (${config.uuidPrefix})`;
             next(action);
         },
         LOGOUT: ({ deleteLinkData, preservePath }) => {