Update JoinedAtDate.plugin.js
This commit is contained in:
parent
1d74ecaff7
commit
38e4606262
Plugins/JoinedAtDate
|
@ -227,7 +227,7 @@ module.exports = (_ => {
|
|||
};
|
||||
case "fr": // French
|
||||
return {
|
||||
joined_at: "Inscription le {{time}}"
|
||||
joined_at: "Rejoint le {{time}}"
|
||||
};
|
||||
case "hr": // Croatian
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue