diff --git a/website/client/src/components/userMenu/profile.vue b/website/client/src/components/userMenu/profile.vue
index 8c6890dff6..c1224ef44c 100644
--- a/website/client/src/components/userMenu/profile.vue
+++ b/website/client/src/components/userMenu/profile.vue
@@ -29,6 +29,24 @@
v-html="$t('blockedUser')"
>
+
@@ -315,6 +336,9 @@
@@ -353,7 +377,7 @@
{{ $t('nextReward') }}:
- {{ nextIncentive }}
+ {{ nextIncentive }} {{ $t('days') }}
@@ -645,7 +669,6 @@
}
}
-
.character-name {
color: $gray-50;
font-weight: bold;
@@ -769,6 +792,24 @@
padding: 8px 16px;
}
+ .banned-user {
+ background-color: $maroon-100;
+ border-radius: 4px;
+ color: $white;
+ height: 40px;
+ line-height: 1.71;
+ margin-top: 16px;
+ padding: 8px 16px;
+
+ .color {
+ color: $white !important;
+ }
+
+ svg {
+ display: inline;
+ }
+ }
+
.state-pages {
background-color: $gray-700;
margin-left: 0px;
@@ -1110,7 +1151,7 @@ export default {
return this.userLoggedIn.inbox.blocks.indexOf(this.user._id) !== -1;
},
// userBanned () {
- // return valueOf(this.user._id.auth.blocked);
+ // return this.userLoggedIn.auth.blocked.valueOf(this.user._id.auth.blocked);
// },
canReport () {
if (!this.user || !this.user.profile || !this.user.profile.flags) {
diff --git a/website/common/locales/en/groups.json b/website/common/locales/en/groups.json
index e9c882f4d7..01dc58016d 100644
--- a/website/common/locales/en/groups.json
+++ b/website/common/locales/en/groups.json
@@ -89,6 +89,7 @@
"PMUnblockUserToSendMessages": "Unblock this user to continue sending and receiving messages.",
"block": "Block Player",
"blockedUser": "