diff --git a/src/components/dialogs/UserDialog/UserSummaryHeader.vue b/src/components/dialogs/UserDialog/UserSummaryHeader.vue
index f4a1a5de..1c0a29a8 100644
--- a/src/components/dialogs/UserDialog/UserSummaryHeader.vue
+++ b/src/components/dialogs/UserDialog/UserSummaryHeader.vue
@@ -74,29 +74,22 @@
@click="copyUserDisplayName(currentUser.username)">
-
+
-
- {{ userDialog.ref.$trustLevel }}
+
+ {{ userDialog.ref.$trustLevel }}
-
+
- 18+
+ 18+
-
+
@@ -104,8 +97,8 @@
v-if="userDialog.isFriend && userDialog.friend"
side="top"
:content="t('dialog.user.tags.friend_number')">
-
-
+
+
{{ userDialog.ref.$friendNumber ? userDialog.ref.$friendNumber : '' }}
@@ -113,11 +106,8 @@
v-if="userDialog.mutualFriendCount"
side="top"
:content="t('dialog.user.tags.mutual_friends')">
-
-
+
+
{{ userDialog.mutualFriendCount }}
@@ -128,60 +118,35 @@
-
+
{{ t('dialog.user.tags.discord') }}
-
- Nuisance
-
-
+ Nuisance
+
Almost Nuisance
-
+
{{ t('dialog.user.tags.vrchat_team') }}
-
-
+
+
-
-
+
+
-
-
+
+
-
+
{{ userDialog.ref.$platform }}
@@ -193,10 +158,10 @@
color: userDialog.ref.$customTagColour,
'border-color': userDialog.ref.$customTagColour
}"
- style="margin-right: 5px; margin-top: 5px"
>{{ userDialog.ref.$customTag }}
-
+
+
{{ badge.badgeName }}
@@ -261,7 +226,7 @@
-
diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue
index 324bf6e5..446263e4 100644
--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -3,14 +3,30 @@
-
+
+
+
+
+
+
+ {{ getLanguageName(language) }}
+
+
+
@@ -60,11 +76,11 @@
-
@@ -186,8 +201,14 @@