Make bot label localizable

This commit is contained in:
rinpatch 2021-02-12 12:01:16 +03:00
parent 8b7c367b04
commit da807a12fb
2 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,7 @@
v-if="user.bot"
class="alert user-role"
>
bot
{{ $t('user_card.bot') }}
</span>
</template>
<span v-if="user.locked">

View File

@ -716,6 +716,7 @@
"mute_progress": "Muting…",
"hide_repeats": "Hide repeats",
"show_repeats": "Show repeats",
"bot": "Bot",
"admin_menu": {
"moderation": "Moderation",
"grant_admin": "Grant Admin",