From d100edd5988731f17a5026a04f84a5eb4c81f3c3 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 30 Jan 2023 01:57:46 +0100 Subject: [PATCH] Improve wording --- src/Postbuilder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Postbuilder.ts b/src/Postbuilder.ts index c862025..179c5fe 100644 --- a/src/Postbuilder.ts +++ b/src/Postbuilder.ts @@ -257,7 +257,7 @@ export class Postbuilder { } } if (etymologyContributors.length <= 4) { - message = `${Utils.commasAnd(etymologyContributors.map(c => c.username))} contributed with ${theme}` + message = `${Utils.commasAnd(etymologyContributors.map(c => c.username))} contributed with thematic map ${theme}` } else { message = `${etymologyContributors.slice(0, 3).map(c => c.username).join(", ")} and ${etymologyContributors.length - 3} others contributed with thematic map ${theme}`