From be3fa73244df7f218d45204dc84a0cac60db83fd Mon Sep 17 00:00:00 2001 From: Jaanus Sellin Date: Thu, 27 Feb 2025 09:21:40 +0200 Subject: [PATCH] chore: fix text on last seen instances (#9376) --- frontend/src/component/application/Application.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/application/Application.tsx b/frontend/src/component/application/Application.tsx index bd1e621ed9..59c2a2d403 100644 --- a/frontend/src/component/application/Application.tsx +++ b/frontend/src/component/application/Application.tsx @@ -129,7 +129,7 @@ export const Application = () => { name: 'overview', }, { - title: 'Last Seen Instances (24h)', + title: 'Last seen instances (24h)', path: `${basePath}/instances`, name: 'instances', },