Merge pull request #5720 from turbo124/v5-develop
Remove reference to invoiceninja in form
This commit is contained in:
commit
dd3544da63
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue