summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-20 10:46:18 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-20 10:46:18 -0400
commit2b348fb00027766547084f2f348c62952956ac00 (patch)
treeae5cc2e62d09296302325ffe6f8c5dd002e030e8 /src
parent4e5fa5f6fd174333ff651801b46ca82821f241ac (diff)
downloaddecky-lsfg-vk-2b348fb00027766547084f2f348c62952956ac00.tar.gz
decky-lsfg-vk-2b348fb00027766547084f2f348c62952956ac00.zip
chore: cap LSFG-VK in FE to match plugin naming
Diffstat (limited to 'src')
-rw-r--r--src/components/InstallationButton.tsx4
1 files changed, 2 insertions, 2 deletions
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 (
<div style={{ display: "flex", alignItems: "center", gap: "8px" }}>
<FaTrash />
- <div>Uninstall lsfg-vk</div>
+ <div>Uninstall LSFG-VK</div>
</div>
);
}
@@ -45,7 +45,7 @@ export function InstallationButton({
return (
<div style={{ display: "flex", alignItems: "center", gap: "8px" }}>
<FaDownload />
- <div>Install lsfg-vk</div>
+ <div>Install LSFG-VK</div>
</div>
);
};