Improve wording

This commit is contained in:
Pieter Vander Vennet 2023-01-30 01:57:46 +01:00
parent 015f72d0ff
commit d100edd598

View file

@ -257,7 +257,7 @@ export class Postbuilder {
} }
} }
if (etymologyContributors.length <= 4) { 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 { } else {
message = `${etymologyContributors.slice(0, 3).map(c => c.username).join(", ")} and ${etymologyContributors.length - 3} others contributed with thematic map ${theme}` message = `${etymologyContributors.slice(0, 3).map(c => c.username).join(", ")} and ${etymologyContributors.length - 3} others contributed with thematic map ${theme}`