From 0c4539e4facdc9484042b9df64d6121bd753216c Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 10 May 2017 20:40:31 +0200 Subject: [PATCH] New translations validation.php (Spanish) --- resources/lang/es_ES/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/es_ES/validation.php b/resources/lang/es_ES/validation.php index addd0e6f39..843a9438eb 100644 --- a/resources/lang/es_ES/validation.php +++ b/resources/lang/es_ES/validation.php @@ -10,7 +10,7 @@ */ return [ - 'iban' => 'This is not a valid IBAN.', + 'iban' => 'This is not a valid CBU.', '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.',