diff --git a/Plugins/PluginRepo/README.md b/Plugins/PluginRepo/README.md index 66cc706346..985052eaec 100644 --- a/Plugins/PluginRepo/README.md +++ b/Plugins/PluginRepo/README.md @@ -9,4 +9,4 @@ [patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat [patreon-link]: https://patreon.com/MircoWittrien -Allows you to look at all plugins from the plugin repo and download them on the fly. Repo button is in the plugins settings. +Allows you to look at all plugins from the plugin repo and download them on the fly. diff --git a/Plugins/ThemeRepo/README.md b/Plugins/ThemeRepo/README.md index 0a954c76aa..66638ac7ec 100644 --- a/Plugins/ThemeRepo/README.md +++ b/Plugins/ThemeRepo/README.md @@ -9,4 +9,4 @@ [patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat [patreon-link]: https://patreon.com/MircoWittrien -Allows you to preview all themes from the theme repo and download them on the fly. Repo button is in the theme settings. +Allows you to preview all themes from the theme repo and download them on the fly. diff --git a/Plugins/ThemeRepo/ThemeRepo.plugin.js b/Plugins/ThemeRepo/ThemeRepo.plugin.js index 8801535756..23bdd11286 100644 --- a/Plugins/ThemeRepo/ThemeRepo.plugin.js +++ b/Plugins/ThemeRepo/ThemeRepo.plugin.js @@ -6,7 +6,7 @@ module.exports = (_ => { "name": "ThemeRepo", "author": "DevilBro", "version": "2.0.7", - "description": "Allows you to preview all themes from the theme repo and download them on the fly. Repo button is in the theme settings." + "description": "Allows you to preview all themes from the theme repo and download them on the fly." } }; return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {