From 66060dbed4f92141c5e85229d49044ab839fe38b Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 12 Dec 2016 15:32:47 +0100 Subject: [PATCH] New translations --- resources/lang/hr_HR/validation.php | 1 + 1 file changed, 1 insertion(+) 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.',