fix: improve error message for channel deletion

This commit is contained in:
Divlo
2022-04-09 11:09:51 +02:00
parent 32f2edd7fc
commit 8bb4ef8b54
3 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"create": "Create",
"status": "Status",
"create-a-channel": "Create a channel",
"delete-channel-only-one": "The guild should have at least one channel. You can't delete the only channel of the guild.",
"create-a-guild": "Create a Guild",
"create-a-guild-description": "Create your own guild and manage everything.",
"join-a-guild": "Join a Guild",

View File

@ -3,6 +3,7 @@
"create": "Créer",
"status": "Statut",
"create-a-channel": "Créer un channel",
"delete-channel-only-one": "La guilde doit avoir au moins un channel. Vous ne pouvez pas supprimer le seul channel de la guilde.",
"create-a-guild": "Créer une Guilde",
"create-a-guild-description": "Créez votre propre guilde et gérez tout.",
"join-a-guild": "Rejoindre une Guilde",