mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fixes a typo in kubeconfig sync "add"-button label (#4522)
Signed-off-by: Mario Sarcher <mario@sarcher.de>
This commit is contained in:
parent
7965649521
commit
16a26724d9
@ -61,11 +61,11 @@ export function initCatalogCategoryRegistryEntries() {
|
|||||||
ctx.menuItems.push(
|
ctx.menuItems.push(
|
||||||
{
|
{
|
||||||
icon: "create_new_folder",
|
icon: "create_new_folder",
|
||||||
title: "Sync kubeconfig folders(s)",
|
title: "Sync kubeconfig folder(s)",
|
||||||
defaultAction: true,
|
defaultAction: true,
|
||||||
onClick: async () => {
|
onClick: async () => {
|
||||||
await PathPicker.pick({
|
await PathPicker.pick({
|
||||||
label: "Sync folders(s)",
|
label: "Sync folder(s)",
|
||||||
buttonLabel: "Sync",
|
buttonLabel: "Sync",
|
||||||
properties: ["showHiddenFiles", "multiSelections", "openDirectory"],
|
properties: ["showHiddenFiles", "multiSelections", "openDirectory"],
|
||||||
onPick: addSyncEntries,
|
onPick: addSyncEntries,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user