[FIX] Header title of RoomInfoView (#1553)

This commit is contained in:
Prateek Jain 2020-01-28 18:58:25 +05:30 committed by Diego Mello
parent 8ff6a3a27e
commit 8f14cbe25a
2 changed files with 3 additions and 1 deletions

View File

@ -428,6 +428,7 @@ export default {
Upload_file_question_mark: 'Upload file?',
Users: 'Users',
User_added_by: 'User {{userAdded}} added by {{userBy}}',
User_Info: 'User Info',
User_has_been_key: 'User has been {{key}}!',
User_is_no_longer_role_by_: '{{user}} is no longer {{role}} by {{userBy}}',
User_muted_by: 'User {{userMuted}} muted by {{userBy}}',

View File

@ -37,8 +37,9 @@ class RoomInfoView extends React.Component {
static navigationOptions = ({ navigation, screenProps }) => {
const showEdit = navigation.getParam('showEdit');
const rid = navigation.getParam('rid');
const t = navigation.getParam('t');
return {
title: I18n.t('Room_Info'),
title: t === 'd' ? I18n.t('User_Info') : I18n.t('Room_Info'),
...themedHeader(screenProps.theme),
headerRight: showEdit
? (