diff --git a/abstracto-modules/remind/src/main/resources/default/commands/remind/remind_reminder_embed.ftl b/abstracto-modules/remind/src/main/resources/default/commands/remind/remind_reminder_embed.ftl index 2448025a..8a9e87e9 100644 --- a/abstracto-modules/remind/src/main/resources/default/commands/remind/remind_reminder_embed.ftl +++ b/abstracto-modules/remind/src/main/resources/default/commands/remind/remind_reminder_embed.ftl @@ -23,7 +23,11 @@ "value": "[<@safe_include "remind_reminder_link_content_display_text"/>](${messageUrl})" } - ] + ]<#if !reminderDisplay.userCommand>, + "footer": { + "text": "<@safe_include "remind_reminder_snooze_hint"/>" + } + } ] <#if !reminderDisplay.userCommand>, diff --git a/translations/remind/src/main/resources/default/commands/remind/remind_reminder_snooze_hint.ftl b/translations/remind/src/main/resources/default/commands/remind/remind_reminder_snooze_hint.ftl new file mode 100644 index 00000000..6b274f67 --- /dev/null +++ b/translations/remind/src/main/resources/default/commands/remind/remind_reminder_snooze_hint.ftl @@ -0,0 +1 @@ +In case you want to be reminded at a different time, you can set a new duration using the snooze command. \ No newline at end of file