1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Update label

This commit is contained in:
Hillel Coren 2018-04-16 21:49:39 +03:00
parent 596d56ebb5
commit 1a39d86af7

View File

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