summaryrefslogtreecommitdiff
path: root/src/components/PluginUpdateChecker.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/PluginUpdateChecker.tsx')
-rw-r--r--src/components/PluginUpdateChecker.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PluginUpdateChecker.tsx b/src/components/PluginUpdateChecker.tsx
index e7a9345..d427c18 100644
--- a/src/components/PluginUpdateChecker.tsx
+++ b/src/components/PluginUpdateChecker.tsx
@@ -140,7 +140,7 @@ export const PluginUpdateChecker: React.FC<PluginUpdateCheckerProps> = () => {
{downloadResult?.success && (
<>
<PanelSectionRow>
- <Field label="✓ Download Complete!">
+ <Field label="Download Complete!">
<Focusable>
File saved to: {downloadResult.download_path}
</Focusable>