mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Change button text on welcome screen (#3184)
Signed-off-by: Mario Sarcher <mario@sarcher.de>
This commit is contained in:
parent
d9eb9125cf
commit
867cd5ac1f
@ -27,7 +27,7 @@ export function initWelcomeMenuRegistry() {
|
||||
WelcomeMenuRegistry.getInstance()
|
||||
.add([
|
||||
{
|
||||
title: "Browse Clusters",
|
||||
title: "Browse Clusters in Catalog",
|
||||
icon: "view_list",
|
||||
click: () => navigate(catalogURL({ params: { group: "entity.k8slens.dev", kind: "KubernetesCluster" } } )),
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user