diff --git a/abstracto-modules/moderation/src/main/resources/en_US/command/warnings/warnings_warn_entry_en_US.ftl b/abstracto-modules/moderation/src/main/resources/en_US/command/warnings/warnings_warn_entry_en_US.ftl index 70d74144..f4b12089 100644 --- a/abstracto-modules/moderation/src/main/resources/en_US/command/warnings/warnings_warn_entry_en_US.ftl +++ b/abstracto-modules/moderation/src/main/resources/en_US/command/warnings/warnings_warn_entry_en_US.ftl @@ -7,5 +7,5 @@ <#include "warnings_warn_entry_text"> <#if warning.warning.decayed> <#assign decayDate>${formatDate(warning.warning.decayDate, "yyyy-MM-dd HH:mm:ss zz")} -<#include "warnings_warn_is_decayed"> + <#include "warnings_warn_is_decayed"> \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/mute/help/mute_long_help_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/mute/help/mute_long_help_en_US.ftl index cf88de3a..2913cb4c 100644 --- a/translations/moderation/src/main/resources/en_US/commands/mute/help/mute_long_help_en_US.ftl +++ b/translations/moderation/src/main/resources/en_US/commands/mute/help/mute_long_help_en_US.ftl @@ -1,5 +1,5 @@ Applies the muted role to the user and logs the mute in the `mutes` post target. -The user will be automatically un-muted after the time period is over and another un-mute notification will be send to the +The user will be automatically unmuted after the time period is over and another un-mute notification will be send to the `mutes` post target. <#include "duration_format_help"> \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/mute/unMute_log_unmuted_user_field_title_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/mute/unMute_log_unmuted_user_field_title_en_US.ftl index 3e75b629..f3ba445d 100644 --- a/translations/moderation/src/main/resources/en_US/commands/mute/unMute_log_unmuted_user_field_title_en_US.ftl +++ b/translations/moderation/src/main/resources/en_US/commands/mute/unMute_log_unmuted_user_field_title_en_US.ftl @@ -1 +1 @@ -Un-Muted user \ No newline at end of file +Unmuted user \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_header_text_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_header_text_en_US.ftl index 66cbdfc0..fb227055 100644 --- a/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_header_text_en_US.ftl +++ b/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_header_text_en_US.ftl @@ -1 +1 @@ -Amount of warns ${warnCount}. \ No newline at end of file +Amount of warnings: ${warnCount}. \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_warn_entry_text_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_warn_entry_text_en_US.ftl index 6506d8a5..dbfb61d4 100644 --- a/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_warn_entry_text_en_US.ftl +++ b/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_warn_entry_text_en_US.ftl @@ -1 +1 @@ -Warning #${warnId} with reason: ${reason} towards user ${warnedUserText} by user ${warningUserText} on `${warnDate}`. \ No newline at end of file +Warning #${warnId} with reason: `${reason}` towards user ${warnedUserText} by user ${warningUserText} on `${warnDate}`. \ No newline at end of file