Skip to content

Commit

Permalink
Smal fix #62
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLast committed Jun 24, 2020
1 parent b256560 commit 13ede10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ressources/text/commands/guildLeave.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"translations": {
"fr": {
"leaveTitle": "{pseudo}, confirmation :",
"notInAGuild": "Vous n'appartenez à aucune guilde.",
"notInAguild": "Vous devez appartenir à une guilde pour effectuer cette commande",
"leaveDesc": "Souhaitez vous vraiment quitter la guilde `{guildName}` ?",
"leaveChiefDesc": "Souhaitez vous vraiment **détruire définitivement** la guilde `{guildName}` ?",
"leavingCancelled": "Votre départ a été annulé.",
Expand All @@ -11,7 +11,7 @@
},
"en": {
"leaveTitle": "{pseudo}, confirmation:",
"notInAGuild": "You are not in a guild.",
"notInAguild": "You have to be in a guild to use this command.",
"leaveDesc": "Do you really want to quit the guild `{guildName}`?",
"leaveChiefDesc": "Do you really want to **permanently destroy** the guild `{guildName}`?",
"leavingCancelled": "Your departure has been cancelled.",
Expand Down

0 comments on commit 13ede10

Please sign in to comment.