1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Merge pull request #5720 from turbo124/v5-develop

Remove reference to invoiceninja in form
This commit is contained in:
David Bomba 2021-05-16 09:43:28 +10:00 committed by GitHub
commit dd3544da63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')