From 05517b4b75731a97c055fb88be13796f0112450e Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Mon, 22 Mar 2021 21:36:29 +0100 Subject: [PATCH] [AB-206] adding templates for channel group not found with type adding template for channel group type display --- .../exceptions/channel_group_incorrect_type_exception_en_US.ftl | 1 + .../en_US/config/channel_group_type_command_name_en_US.ftl | 1 + .../channel_group_incorrect_type_exception_text_en_US.ftl | 1 + 3 files changed, 3 insertions(+) create mode 100644 abstracto-modules/core/src/main/resources/en_US/exceptions/channel_group_incorrect_type_exception_en_US.ftl create mode 100644 translations/core/src/main/resources/en_US/config/channel_group_type_command_name_en_US.ftl create mode 100644 translations/core/src/main/resources/en_US/exception/channel_group_incorrect_type_exception_text_en_US.ftl diff --git a/abstracto-modules/core/src/main/resources/en_US/exceptions/channel_group_incorrect_type_exception_en_US.ftl b/abstracto-modules/core/src/main/resources/en_US/exceptions/channel_group_incorrect_type_exception_en_US.ftl new file mode 100644 index 00000000..29595966 --- /dev/null +++ b/abstracto-modules/core/src/main/resources/en_US/exceptions/channel_group_incorrect_type_exception_en_US.ftl @@ -0,0 +1 @@ +<#assign name=model.name><#assign correctType=model.correctType><#include "channel_group_incorrect_type_exception_text"> \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/config/channel_group_type_command_name_en_US.ftl b/translations/core/src/main/resources/en_US/config/channel_group_type_command_name_en_US.ftl new file mode 100644 index 00000000..22847c43 --- /dev/null +++ b/translations/core/src/main/resources/en_US/config/channel_group_type_command_name_en_US.ftl @@ -0,0 +1 @@ +Commands \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/exception/channel_group_incorrect_type_exception_text_en_US.ftl b/translations/core/src/main/resources/en_US/exception/channel_group_incorrect_type_exception_text_en_US.ftl new file mode 100644 index 00000000..3b414954 --- /dev/null +++ b/translations/core/src/main/resources/en_US/exception/channel_group_incorrect_type_exception_text_en_US.ftl @@ -0,0 +1 @@ +Channel group ${name} has the incorrect type. The group must be of type ${correctType}. \ No newline at end of file