From 2b348fb00027766547084f2f348c62952956ac00 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 20 Oct 2025 10:46:18 -0400 Subject: chore: cap LSFG-VK in FE to match plugin naming --- src/components/InstallationButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/InstallationButton.tsx b/src/components/InstallationButton.tsx index 7892678..d0f2ce5 100644 --- a/src/components/InstallationButton.tsx +++ b/src/components/InstallationButton.tsx @@ -37,7 +37,7 @@ export function InstallationButton({ return (
-
Uninstall lsfg-vk
+
Uninstall LSFG-VK
); } @@ -45,7 +45,7 @@ export function InstallationButton({ return (
-
Install lsfg-vk
+
Install LSFG-VK
); }; -- cgit v1.2.3