- 🏷{{ $t('ONBOARDING.LABELS.TITLE') }}
+ 🔖{{ $t('ONBOARDING.LABELS.TITLE') }}
{{ $t('ONBOARDING.LABELS.DESCRIPTION') }}
diff --git a/app/javascript/dashboard/i18n/locale/en/settings.json b/app/javascript/dashboard/i18n/locale/en/settings.json
index 0fa169fc2..d353e6b6e 100644
--- a/app/javascript/dashboard/i18n/locale/en/settings.json
+++ b/app/javascript/dashboard/i18n/locale/en/settings.json
@@ -142,6 +142,7 @@
}
},
"SIDEBAR": {
+ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
"CONVERSATIONS": "Conversations",
"ALL_CONVERSATIONS": "All Conversations",
"MENTIONED_CONVERSATIONS": "Mentions",
diff --git a/app/javascript/dashboard/routes/dashboard/settings/profile/Index.vue b/app/javascript/dashboard/routes/dashboard/settings/profile/Index.vue
index f9bfc6a91..850130f08 100644
--- a/app/javascript/dashboard/routes/dashboard/settings/profile/Index.vue
+++ b/app/javascript/dashboard/routes/dashboard/settings/profile/Index.vue
@@ -48,7 +48,10 @@
@input="$v.displayName.$touch"
/>
-