From 1a39d86af79e335c26583c624da247f913ab61c1 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 16 Apr 2018 21:49:39 +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 68c503f50319..c93d1f277e4e 100644 --- a/resources/views/accounts/client_portal.blade.php +++ b/resources/views/accounts/client_portal.blade.php @@ -84,7 +84,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'],