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