Fix title of robot icon in user.header of desktop view (#4243)

This commit is contained in:
Lynx Kotoura 2019-02-14 03:01:42 +09:00 committed by syuilo
parent aa7fc7c893
commit 77fb9eb2be

View file

@ -9,7 +9,7 @@
</p>
<div>
<span class="username"><mk-acct :user="user" :detail="true" /></span>
<span v-if="user.isBot" :title="$t('title')"><fa icon="robot"/></span>
<span v-if="user.isBot" :title="$t('is-bot')"><fa icon="robot"/></span>
</div>
</div>
</div>