diff --git a/Plugins/JoinedAtDate/JoinedAtDate.plugin.js b/Plugins/JoinedAtDate/JoinedAtDate.plugin.js index 9c79a35f71..0b722f41db 100644 --- a/Plugins/JoinedAtDate/JoinedAtDate.plugin.js +++ b/Plugins/JoinedAtDate/JoinedAtDate.plugin.js @@ -315,7 +315,7 @@ class JoinedAtDate { }; case "fr": //french return { - joinedat_text: "Inscrit le {{time}}" + joinedat_text: "Rejoint le {{time}}" }; case "it": //italian return { diff --git a/Themes/README.md b/Themes/README.md index 8f3e7c8741..91cc725254 100644 --- a/Themes/README.md +++ b/Themes/README.md @@ -1,5 +1,5 @@ ## Themes - [Basic Background](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BasicBackground) - Allows you to use a background image in Discord without greatly altering the basic look of Discord. - - [BlurpleRecolor](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BurpleRecolor) - Replaces discords native blurple with your own color, change color in themefile + - [BlurpleRecolor](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BlurpleRecolor) - Replaces discords native blurple with your own color, change color in themefile - [Full Theme Dark](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/FullThemeDark) - Fixes all unthemed sections in the native dark theme of discord. - [Server Columns](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/ServerColumns) - Changes the Server List to a gridlike container to allow servers to be displayed in columns. Amount of columns can be set in the .theme.css file.