[AB-352] changed templates for mutes/user notes/warns after models changed

reduced warnings displayed at once
placed reason for warnings at different position
This commit is contained in:
Sheldan
2021-12-24 23:42:31 +01:00
parent 60e37b4ef2
commit 6ea28f2424
7 changed files with 24 additions and 23 deletions

View File

@@ -1 +1 @@
${user} has note ${noteId} with text ${noteText} on ${date}
${user} has note ${noteId} on ${date} with text `${noteText}`.

View File

@@ -1 +1 @@
Warning #${warnId} with reason: `${reason}` towards user ${warnedUserText} by user ${warningUserText} on ${warnDate}. The warning is **${decayed?then('decayed', 'active')}**
Warning #${warnId} towards user ${warnedUserText} by user ${warningUserText} on ${warnDate}. It is **${decayed?then('decayed', 'active')}**. The reason was: `${reason}`.