mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-22 11:00:53 -04:00
Clarify subdomain/client portal link
This commit is contained in:
parent
3c90f9ccbd
commit
cb2132032b
@ -2622,6 +2622,7 @@ $LANG = array(
|
|||||||
'new_status' => 'New Status',
|
'new_status' => 'New Status',
|
||||||
'convert_products' => 'Convert Products',
|
'convert_products' => 'Convert Products',
|
||||||
'convert_products_help' => 'Automatically convert product prices to the client\'s currency',
|
'convert_products_help' => 'Automatically convert product prices to the client\'s currency',
|
||||||
|
'improve_client_portal_link' => 'Set a subdomain to shorten the client portal link.',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -166,7 +166,8 @@
|
|||||||
->label(trans('texts.send_portal_password'))
|
->label(trans('texts.send_portal_password'))
|
||||||
->value(1) !!}
|
->value(1) !!}
|
||||||
{!! Former::plaintext('client_login')
|
{!! Former::plaintext('client_login')
|
||||||
->value(link_to($account->present()->clientLoginUrl, null, ['target' => '_blank'])) !!}
|
->value(link_to($account->present()->clientLoginUrl, null, ['target' => '_blank']))
|
||||||
|
->help(Utils::isNinja() && ! $account->subdomain && ! $account->iframe_url ? 'improve_client_portal_link' : '') !!}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user