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'],