From 32b584f2c678b2126a3414cc3bca3f685a6bd105 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 16 Apr 2018 21:49:55 +0300 Subject: [PATCH] Update label --- resources/views/accounts/client_portal.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/accounts/client_portal.blade.php b/resources/views/accounts/client_portal.blade.php index 0c7d958aef4e..19dbe9a5d6b8 100644 --- a/resources/views/accounts/client_portal.blade.php +++ b/resources/views/accounts/client_portal.blade.php @@ -81,7 +81,7 @@ {!! Former::inline_radios('custom_invoice_link') ->onchange('onCustomLinkChange()') - ->label(trans('texts.customize')) + ->label(trans('texts.custom')) ->radios([ trans('texts.subdomain') => ['value' => 'subdomain', 'name' => 'custom_link'], 'iFrame' => ['value' => 'iframe', 'name' => 'custom_link'],