[UI] Removed <tt> tag.

This commit is contained in:
Fabio Manganiello 2023-11-03 21:27:53 +01:00
parent ba5d505c9b
commit 5e2973dd5f

View file

@ -58,7 +58,7 @@
<form @submit.prevent="playUrl(urlPlay)"> <form @submit.prevent="playUrl(urlPlay)">
<div class="row"> <div class="row">
<label> <label>
Play URL (use <tt>file://</tt> prefix for local files) Play URL (use the file:// prefix for local files)
<input type="text" v-model="urlPlay" ref="playUrlInput" autofocus /> <input type="text" v-model="urlPlay" ref="playUrlInput" autofocus />
</label> </label>
</div> </div>