diff options
| author | rinpatch <rin@patch.cx> | 2021-02-13 16:34:43 +0300 |
|---|---|---|
| committer | rinpatch <rin@patch.cx> | 2021-02-13 16:34:43 +0300 |
| commit | 6acf812101f79b450dc4efd2da051c634dd18621 (patch) | |
| tree | 31552f37f666f53680123d06cd2eac98cbd029eb /src/components/user_card/user_card.vue | |
| parent | 7f3fd9ca21b1365f3cc6222c18fe700660dd5881 (diff) | |
User card: use general.role instead of card-specific roles
Also removes admin_menu.roles from some localizations since it is not
used anywhere
Diffstat (limited to 'src/components/user_card/user_card.vue')
| -rw-r--r-- | src/components/user_card/user_card.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index c6c4dfee..572943b5 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -83,7 +83,7 @@ v-if="!!visibleRole" class="alert user-role" > - {{ $t(`user_card.roles.${visibleRole}`) }} + {{ $t(`general.role.${visibleRole}`) }} </span> <span v-if="user.bot" |
