mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix message
This commit is contained in:
parent
a5ed8580fe
commit
28e4fa1bda
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user