Added title to Thread scene (#262)
This commit is contained in:
parent
a97238f75c
commit
a02e317474
2 changed files with 5 additions and 1 deletions
|
|
@ -124,7 +124,10 @@ export const Routes = {
|
|||
Thread: {
|
||||
key: 'Thread',
|
||||
transition: RouteTransitions.Horizontal,
|
||||
component: Thread
|
||||
component: Thread,
|
||||
navigationProps: {
|
||||
title: {id: 'mobile.routes.thread', defaultMessage: 'Thread'}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1517,6 +1517,7 @@
|
|||
"mobile.routes.channel_members.action": "{term} Members",
|
||||
"mobile.routes.channel_members.action_message": "You must select at least one member to {term} {prep} the channel.",
|
||||
"mobile.routes.channel_members.action_message_confirm": "Are you sure you want to {term} the selected members {prep} the channel?",
|
||||
"mobile.routes.thread": "Thread",
|
||||
"more_channels.close": "Close",
|
||||
"more_channels.create": "Create New Channel",
|
||||
"more_channels.createClick": "Click 'Create New Channel' to make a new one",
|
||||
|
|
|
|||
Loading…
Reference in a new issue