mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
Remove reference to invoiceninja in form
This commit is contained in:
parent
7bf74e012c
commit
e29265550a
@ -33,7 +33,7 @@
|
||||
<div class="col-span-6 sm:col-span-3">
|
||||
<div class="inline-flex items-center">
|
||||
<label for="website" class="input-label">{{ ctrans('texts.website') }}</label>
|
||||
<span class="text-xs ml-2 text-gray-600">E.g. https://invoiceninja.com</span>
|
||||
<span class="text-xs ml-2 text-gray-600">E.g. https://example.com</span>
|
||||
</div>
|
||||
<input id="website" class="input w-full" name="website" wire:model.defer="website" />
|
||||
@error('website')
|
||||
|
Loading…
Reference in New Issue
Block a user