Skip to content
Snippets Groups Projects
Commit cb5eb204 authored by Ron Lucke's avatar Ron Lucke Committed by Moritz Strohm
Browse files

StEP000365 - add aria-label

Merge request studip/studip!874
parent 84ab1725
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,11 @@ ...@@ -3,7 +3,11 @@
<ul class="needles"> <ul class="needles">
<li> <li>
<form @submit.prevent=""> <form @submit.prevent="">
<input type="text" v-model="searchTerm"/> <input
type="text"
v-model="searchTerm"
:aria-label="$gettext('Geben Sie einen Suchbegriff mit mindestens 3 Zeichen ein.')"
/>
<input <input
type="submit" type="submit"
:value="$gettext('Suchen')" :value="$gettext('Suchen')"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment