Improved wording.
This commit is contained in:
parent
fb2eb0772d
commit
81eaaaee76
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class MissingHook extends Hook
|
|||
Topic topic = bot.getReview().getCurrentTopic();
|
||||
if (topic == null)
|
||||
{
|
||||
bot.sendMessage("Pas sujet en cours.");
|
||||
bot.sendMessage("Pas de sujet en cours.");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue