File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 140140 <NcAppNavigationItem
141141 class =" navigation-item"
142142 :to =" { name: 'root' }"
143- :name =" t('spreed', 'Talk home') "
143+ :name =" HOME_BUTTON_LABEL "
144144 @click =" refreshTalkDashboard" >
145145 <template #icon >
146146 <IconHomeOutline :size =" 20" />
@@ -339,6 +339,7 @@ const canModerateSipDialOut = hasTalkFeature('local', 'sip-support-dialout')
339339 && getTalkConfig (' local' , ' call' , ' can-enable-sip' )
340340const canNoteToSelf = hasTalkFeature (' local' , ' note-to-self' )
341341const supportsArchive = hasTalkFeature (' local' , ' archived-conversations-v2' )
342+ const HOME_BUTTON_LABEL = t (' spreed' , ' Home' ) // TRANSLATORS: The main home view
342343const FILTER_LABELS = {
343344 unread: t (' spreed' , ' Unread' ),
344345 mentions: t (' spreed' , ' Mentions' ),
@@ -422,6 +423,7 @@ export default {
422423 showArchived,
423424 showThreadsList,
424425 settingsStore,
426+ HOME_BUTTON_LABEL ,
425427 FILTER_LABELS ,
426428 actorStore: useActorStore (),
427429 chatExtrasStore: useChatExtrasStore (),
You can’t perform that action at this time.
0 commit comments