[FIX] Missing i18n on MessagesView title (#1733)
This commit is contained in:
parent
6a45d1daa2
commit
85dfe1b970
|
@ -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)
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue