diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue index 36054680ebd..dd06e5bcc3d 100644 --- a/src/components/LeftSidebar/LeftSidebar.vue +++ b/src/components/LeftSidebar/LeftSidebar.vue @@ -339,7 +339,8 @@ const canModerateSipDialOut = hasTalkFeature('local', 'sip-support-dialout') && getTalkConfig('local', 'call', 'can-enable-sip') const canNoteToSelf = hasTalkFeature('local', 'note-to-self') const supportsArchive = hasTalkFeature('local', 'archived-conversations-v2') -const HOME_BUTTON_LABEL = t('spreed', 'Home') // TRANSLATORS: The main home view +// TRANSLATORS The main home view +const HOME_BUTTON_LABEL = t('spreed', 'Home') const FILTER_LABELS = { unread: t('spreed', 'Unread'), mentions: t('spreed', 'Mentions'),