mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-14 11:48:18 +00:00
[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:
@@ -1 +1 @@
|
||||
${user} has note ${noteId} with text ${noteText} on ${date}
|
||||
${user} has note ${noteId} on ${date} with text `${noteText}`.
|
||||
@@ -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}`.
|
||||
Reference in New Issue
Block a user