diff --git a/src/plugins/ModActions.ts b/src/plugins/ModActions.ts index b8d6ef42..deb579f2 100644 --- a/src/plugins/ModActions.ts +++ b/src/plugins/ModActions.ts @@ -928,7 +928,8 @@ export class ModActionsPlugin extends ZeppelinPlugin { reason = disableLinkPreviews(reason); let line = `Case \`#${theCase.case_number}\` __${CaseTypes[theCase.type]}__ ${reason}`; - if (theCase.notes.length > 1) line += ` (+ ${theCase.notes.length - 1} notes)`; + if (theCase.notes.length > 1) + line += ` *(+${theCase.notes.length - 1} ${theCase.notes.length === 2 ? "note" : "notes"})*`; lines.push(line); }