forked from AkkomaGang/akkoma-fe
Make bot label localizable
This commit is contained in:
parent
8b7c367b04
commit
da807a12fb
2 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
v-if="user.bot"
|
||||
class="alert user-role"
|
||||
>
|
||||
bot
|
||||
{{ $t('user_card.bot') }}
|
||||
</span>
|
||||
</template>
|
||||
<span v-if="user.locked">
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue