[UI] Removed `<tt>` tag.

This commit is contained in:
Fabio Manganiello 2023-11-03 21:27:53 +01:00
parent ba5d505c9b
commit 5e2973dd5f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<form @submit.prevent="playUrl(urlPlay)">
<div class="row">
<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 />
</label>
</div>