Skip to content

Commit fb87d31

Browse files
author
Florian Renaud
committed
Update the title of the local room timeline
1 parent 68bd55f commit fb87d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/src/main/java/im/vector/app/features/home/room/detail/TimelineFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1709,7 +1709,7 @@ class TimelineFragment @Inject constructor(
17091709
views.includeRoomToolbar.roomToolbarContentView.isVisible = false
17101710
views.includeThreadToolbar.roomToolbarThreadConstraintLayout.isVisible = false
17111711
setupToolbar(views.roomToolbar)
1712-
.setTitle(R.string.fab_menu_create_chat)
1712+
.setTitle(R.string.room_member_open_or_create_dm)
17131713
.allowBack(useCross = true)
17141714
}
17151715
isThreadTimeLine() -> {

0 commit comments

Comments
 (0)