From 840173dd8097c6e71e537e55fb20b1b2ae4c37c7 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 1 Jun 2017 22:39:22 +0300 Subject: [PATCH] Clarify accepted credit card logos --- resources/lang/en/texts.php | 2 ++ resources/views/accounts/account_gateway.blade.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 48c8beb0b77c..1b60aaa5fd58 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2261,6 +2261,8 @@ $LANG = array( 'custom_design3' => 'Custom Design 3', 'empty' => 'Empty', 'select_design' => 'Select Design', + 'credit_card_logos' => 'Credit Card Logos', + ); return $LANG; diff --git a/resources/views/accounts/account_gateway.blade.php b/resources/views/accounts/account_gateway.blade.php index 88c317e35967..4077e379296c 100644 --- a/resources/views/accounts/account_gateway.blade.php +++ b/resources/views/accounts/account_gateway.blade.php @@ -146,7 +146,7 @@ ->value(1) !!} {!! Former::checkboxes('creditCardTypes[]') - ->label('Accepted Credit Cards') + ->label('credit_card_logos') ->checkboxes($creditCardTypes) ->class('creditcard-types') ->addGroupClass('gateway-option')