Improved label.

This commit is contained in:
Christian P. MOMON 2021-04-09 03:16:14 +02:00
parent 853852751f
commit 44b1865a9b
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ public class CollectiveSubjectHook extends Hook
if (!bot.getReview().isEmpty())
{
String participants = StringUtils.join(bot.getReview().getParticipants(), " ");
bot.sendMessage(String.format("%% +%s %s, on va passer à la suite : %s", bot.getTimekeeper().format(), participants,
bot.sendMessage(String.format("%% %s %s, on va passer à la suite : %s", bot.getTimekeeper().format(), participants,
topic.getTitle()));
}
bot.getReview().begin(topic);

View File

@ -53,7 +53,7 @@ public class IndividualSubjectHook extends Hook
if (!bot.getReview().isEmpty())
{
String participants = StringUtils.join(bot.getReview().getParticipants(), " ");
bot.sendMessage(String.format("%% +%s %s, on va passer à la suite : %s", bot.getTimekeeper().format(), participants,
bot.sendMessage(String.format("%% %s %s, on va passer à la suite : %s", bot.getTimekeeper().format(), participants,
topic.getTitle()));
}
bot.getReview().begin(topic);