Skip to content
Snippets Groups Projects
Commit 5e7aa36f authored by Ilja's avatar Ilja
Browse files

Add "Deactivated" label to user card for deactiveted users

parent a20f1794
No related branches found
No related tags found
No related merge requests found
Pipeline #38257 passed
......@@ -82,6 +82,12 @@
@{{ user.screen_name_ui }}
</router-link>
<template v-if="!hideBio">
<span
v-if="user.deactivated"
class="alert user-role"
>
{{ $t('user_card.deactivated') }}
</span>
<span
v-if="!!visibleRole"
class="alert user-role"
......
......@@ -727,6 +727,7 @@
"approve": "Approve",
"block": "Block",
"blocked": "Blocked!",
"deactivated": "Deactivated",
"deny": "Deny",
"edit_profile": "Edit profile",
"favorites": "Favorites",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment