diff --git a/abstracto-modules/moderation/src/main/resources/en_US/command/warnings/warnings_no_warnings_found_embed_en_US.ftl b/abstracto-modules/moderation/src/main/resources/en_US/command/warnings/warnings_no_warnings_found_embed_en_US.ftl new file mode 100644 index 00000000..e02ddf30 --- /dev/null +++ b/abstracto-modules/moderation/src/main/resources/en_US/command/warnings/warnings_no_warnings_found_embed_en_US.ftl @@ -0,0 +1,4 @@ +{ + <#include "moderation_action_color">, + "description": "<@safe_include "warnings_no_warnings_found_text"/>" +} \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_no_warnings_found_text_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_no_warnings_found_text_en_US.ftl new file mode 100644 index 00000000..c618a2a9 --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_no_warnings_found_text_en_US.ftl @@ -0,0 +1 @@ +No warnings found. \ No newline at end of file