fix message

This commit is contained in:
einhornimmond 2021-12-07 11:41:01 +01:00
parent a5ed8580fe
commit 28e4fa1bda

View File

@ -491,7 +491,7 @@ namespace model {
break;
case TRANSACTION_VALID_INVALID_TARGET_DATE:
error_name = t->gettext_str("Creation Error");
error_description = t->gettext_str("Invalid target date! No future and only 3 month in the past.");
error_description = t->gettext_str("Invalid target date! No future and only 2 month in the past.");
break;
case TRANSACTION_VALID_CREATION_OUT_OF_BORDER:
error_name = t->gettext_str("Creation Error");