diff --git a/abstracto-modules/core/src/main/resources/en_US/condition/command_cool_down_detail_en_US.ftl b/abstracto-modules/core/src/main/resources/en_US/condition/command_cool_down_detail_en_US.ftl index 1f468170..33d79258 100644 --- a/abstracto-modules/core/src/main/resources/en_US/condition/command_cool_down_detail_en_US.ftl +++ b/abstracto-modules/core/src/main/resources/en_US/condition/command_cool_down_detail_en_US.ftl @@ -1,3 +1,4 @@ -<#assign executeIn>${fmtDuration(model.reason.executeIn)} +<#include "format_instant"> +<#assign executeIn><@format_instant_relative instant=model.reason.executeAt/> <#assign reason>${model.reason.reason} <#include "command_cool_down_detail_text"> \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/exception/command_cool_down_detail_text_en_US.ftl b/translations/core/src/main/resources/en_US/exception/command_cool_down_detail_text_en_US.ftl index 8e03bc3a..1eec27d8 100644 --- a/translations/core/src/main/resources/en_US/exception/command_cool_down_detail_text_en_US.ftl +++ b/translations/core/src/main/resources/en_US/exception/command_cool_down_detail_text_en_US.ftl @@ -1 +1 @@ -Please wait ${executeIn}. \ No newline at end of file +Please try again ${executeIn}. \ No newline at end of file