Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RocketChat
Rocket.Chat.ReactNative
Commits
85dfe1b9
Unverified
Commit
85dfe1b9
authored
Feb 17, 2020
by
phriedrich
Committed by
GitHub
Feb 17, 2020
Browse files
[FIX] Missing i18n on MessagesView title (#1733)
parent
6a45d1da
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/MessagesView/index.js
View file @
85dfe1b9
...
...
@@ -24,7 +24,7 @@ const CANCEL_INDEX = 1;
class
MessagesView
extends
React
.
Component
{
static
navigationOptions
=
({
navigation
,
screenProps
})
=>
({
title
:
navigation
.
state
.
params
.
name
,
title
:
I18n
.
t
(
navigation
.
state
.
params
.
name
)
,
...
themedHeader
(
screenProps
.
theme
)
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment