diff --git a/app/views/MessagesView/index.js b/app/views/MessagesView/index.js index cd724adaf..6d8633b8d 100644 --- a/app/views/MessagesView/index.js +++ b/app/views/MessagesView/index.js @@ -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) });