aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fakeProfileThemes.tsx
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2023-04-17 01:37:55 +0200
committerVendicated <vendicated@riseup.net>2023-04-17 01:37:55 +0200
commita56dfe269c47a8df820235b03ddbbfe22b122e81 (patch)
tree191c5ee24e866b9ef9ba38f5ae4a3bd834cd8cde /src/plugins/fakeProfileThemes.tsx
parent7d55a81bac69552f0a227395653c429a9f351fbb (diff)
downloadVencord-a56dfe269c47a8df820235b03ddbbfe22b122e81.tar.gz
Vencord-a56dfe269c47a8df820235b03ddbbfe22b122e81.tar.bz2
Vencord-a56dfe269c47a8df820235b03ddbbfe22b122e81.zip
Improve unintuitive plugin descriptions
Diffstat (limited to 'src/plugins/fakeProfileThemes.tsx')
-rw-r--r--src/plugins/fakeProfileThemes.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/fakeProfileThemes.tsx b/src/plugins/fakeProfileThemes.tsx
index ede0e72..8a0db1d 100644
--- a/src/plugins/fakeProfileThemes.tsx
+++ b/src/plugins/fakeProfileThemes.tsx
@@ -83,7 +83,7 @@ const settings = definePluginSettings({
export default definePlugin({
name: "FakeProfileThemes",
- description: "Allows profile theming by hiding the colors in your bio thanks to invisible 3y3 encoding.",
+ description: "Allows profile theming by hiding the colors in your bio thanks to invisible 3y3 encoding",
authors: [Devs.Alyxia, Devs.Remty],
patches: [
{
@@ -112,7 +112,7 @@ export default definePlugin({
<li>• click the "Copy 3y3" button</li>
<li>• paste the invisible text anywhere in your bio</li>
</ul><br />
- <b>Please note:</b> if you are using a theme which hides nitro upsells, you should disable it temporarily to set colors.
+ <b>Please note:</b> if you are using a theme which hides nitro ads, you should disable it temporarily to set colors.
</Forms.FormText>
</Forms.FormSection>),
settings,