From b5d6b964e2acdc32d14185fba46784a126796b2f Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sun, 3 Sep 2023 01:40:43 +0200 Subject: [PATCH] [AB-xxx] adding poll not found exception templates --- .../en_US/exception/poll_does_not_exist_exception_en_US.ftl | 1 + .../en_US/exception/poll_does_not_exist_exception_text_en_US.ftl | 1 + 2 files changed, 2 insertions(+) create mode 100644 abstracto-modules/suggestion/src/main/resources/en_US/exception/poll_does_not_exist_exception_en_US.ftl create mode 100644 translations/suggestion/src/main/resources/en_US/exception/poll_does_not_exist_exception_text_en_US.ftl diff --git a/abstracto-modules/suggestion/src/main/resources/en_US/exception/poll_does_not_exist_exception_en_US.ftl b/abstracto-modules/suggestion/src/main/resources/en_US/exception/poll_does_not_exist_exception_en_US.ftl new file mode 100644 index 00000000..5d393f64 --- /dev/null +++ b/abstracto-modules/suggestion/src/main/resources/en_US/exception/poll_does_not_exist_exception_en_US.ftl @@ -0,0 +1 @@ +<#include "poll_does_not_exist_exception_text"> \ No newline at end of file diff --git a/translations/suggestion/src/main/resources/en_US/exception/poll_does_not_exist_exception_text_en_US.ftl b/translations/suggestion/src/main/resources/en_US/exception/poll_does_not_exist_exception_text_en_US.ftl new file mode 100644 index 00000000..cdbfe4af --- /dev/null +++ b/translations/suggestion/src/main/resources/en_US/exception/poll_does_not_exist_exception_text_en_US.ftl @@ -0,0 +1 @@ +Server poll not found. \ No newline at end of file