1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

update button text on welcome screen

This commit is contained in:
Mario Sarcher 2021-06-25 11:01:26 +02:00
parent d9eb9125cf
commit 428a473ba4
No known key found for this signature in database
GPG Key ID: 112CD69D9AE53E45

View File

@ -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" } } )),
}