Merge branch 'tr-fix' into 'develop'

Translate username input placeholder

See merge request pleroma/pleroma-fe!275
This commit is contained in:
lambda 2018-06-08 13:34:07 +00:00
commit 71dcf120ed
2 changed files with 16 additions and 1 deletions

View file

@ -8,7 +8,7 @@
<form v-on:submit.prevent='submit(user)' class='login-form'>
<div class='form-group'>
<label for='username'>{{$t('login.username')}}</label>
<input :disabled="loggingIn" v-model='user.username' class='form-control' id='username' placeholder='e.g. lain'>
<input :disabled="loggingIn" v-model='user.username' class='form-control' id='username' v-bind:placeholder="$t('login.placeholder')">
</div>
<div class='form-group'>
<label for='password'>{{$t('login.password')}}</label>