From 3af69b433d16518246ca9f70cbf0499d5b5968f5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 12 Dec 2016 15:32:13 +0100 Subject: [PATCH] New translations --- resources/lang/zh_HK/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh_HK/validation.php b/resources/lang/zh_HK/validation.php index b391855829..6d412f04fe 100644 --- a/resources/lang/zh_HK/validation.php +++ b/resources/lang/zh_HK/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.',