diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 773f764a0e..c6c4dfeea1 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -89,7 +89,7 @@ v-if="user.bot" class="alert user-role" > - bot + {{ $t('user_card.bot') }} diff --git a/src/i18n/en.json b/src/i18n/en.json index 1025a8e17c..3946f3cd2d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -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",