diff --git a/Plugins/README.md b/Plugins/README.md index 916e228c70..a931431102 100644 --- a/Plugins/README.md +++ b/Plugins/README.md @@ -57,4 +57,4 @@ - [Timed Light Dark Mode](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/TimedLightDarkMode) - Allows you to automatically change light/dark mode depending on the time of date. Slider is added to the 'Appearance' settings. - [Top Role Everywhere](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/TopRoleEverywhere) - Adds the highest role of a user as a tag. - [User Notes](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/UserNotes) - Allows you to write your own user notes wihtout a character limit. - - [Write UpperCase](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/WriteUpperCase) - Changes message input to uppercase. \ No newline at end of file + - [Write UpperCase](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/WriteUpperCase) - Changes first letter in message input to uppercase. \ No newline at end of file diff --git a/Plugins/WriteUpperCase/README.md b/Plugins/WriteUpperCase/README.md index 82b5172aeb..4edd4d1e56 100644 --- a/Plugins/WriteUpperCase/README.md +++ b/Plugins/WriteUpperCase/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 -Changes the first letter in the text input to uppercase. +Changes first letter in message input to uppercase. diff --git a/Plugins/WriteUpperCase/WriteUpperCase.plugin.js b/Plugins/WriteUpperCase/WriteUpperCase.plugin.js index 3a00085034..282527e090 100644 --- a/Plugins/WriteUpperCase/WriteUpperCase.plugin.js +++ b/Plugins/WriteUpperCase/WriteUpperCase.plugin.js @@ -8,7 +8,7 @@ var WriteUpperCase = (_ => { getAuthor () {return "DevilBro";} - getDescription () {return "Changes message input to uppercase.";} + getDescription () {return "Changes first letter in message input to uppercase.";} constructor () { this.changelog = {