Better label for host

This commit is contained in:
Chocobozzz 2021-07-28 11:32:09 +02:00
parent e5a2e7a442
commit 8a7e2b62d6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
</div>
<div class="form-group">
<label v-translate for="host">Host</label>
<label v-translate for="host">PeerTube instance</label>
<input type="text" id="host" name="host" v-model="formHost" class="classic-input-text" />
</div>