Improve unintuitive plugin descriptions

This commit is contained in:
Vendicated 2023-04-17 01:37:55 +02:00
parent 7d55a81bac
commit a56dfe269c
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
4 changed files with 5 additions and 5 deletions

View file

@ -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,