diff --git a/resources/lang/hr_HR/validation.php b/resources/lang/hr_HR/validation.php index b391855829..6d412f04fe 100644 --- a/resources/lang/hr_HR/validation.php +++ b/resources/lang/hr_HR/validation.php @@ -12,6 +12,7 @@ return [ 'iban' => 'This is not a valid IBAN.', 'unique_account_number_for_user' => 'It looks like this account number is already in use.', + 'deleted_user' => 'Due to security constraints, you cannot register using this email address.', 'rule_trigger_value' => 'This value is invalid for the selected trigger.', 'rule_action_value' => 'This value is invalid for the selected action.', 'invalid_domain' => 'Due to security constraints, you cannot register from this domain.',