fix typo
This commit is contained in:
parent
71aec94bc5
commit
b1ee0f3f18
@ -32,9 +32,9 @@
|
|||||||
|
|
||||||
<!-- tag input -->
|
<!-- tag input -->
|
||||||
<div class="mt-6">
|
<div class="mt-6">
|
||||||
<x-input-label for="tag" value="Tag"/>
|
<x-input-label for="tag" value="Tags"/>
|
||||||
<x-text-input id="tag" class="block mt-1 w-full" type="text" name="tags"
|
<x-text-input id="tag" class="block mt-1 w-full" type="text" name="tags"
|
||||||
placeholder="First tag, second tag, third tag..."
|
placeholder="First tag, second tag, guten tag..."
|
||||||
:value="old('tag')" autocomplete="tag"/>
|
:value="old('tag')" autocomplete="tag"/>
|
||||||
<x-input-error :messages="$errors->get('tag')" class="mt-2"/>
|
<x-input-error :messages="$errors->get('tag')" class="mt-2"/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user