Merge branch 'fix/localize-bot-label' into 'develop'

Make bot label localizable

See merge request pleroma/pleroma-fe!1342
This commit is contained in:
Shpuld Shpludson 2021-02-12 13:58:11 +00:00
commit b2a96417cf
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",