fix call translation (#5013)

Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
This commit is contained in:
Gleidson Daniel Silva 2023-04-11 11:54:01 -03:00 committed by GitHub
parent 2361789e0c
commit df62706b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import React from 'react';
import * as List from '../../../containers/List';
import i18n from '../../../i18n';
import { useVideoConf } from '../../../lib/hooks/useVideoConf';
export default function CallSection({ rid }: { rid: string }): React.ReactElement | null {
@ -12,7 +11,7 @@ export default function CallSection({ rid }: { rid: string }): React.ReactElemen
<List.Section>
<List.Separator />
<List.Item
title={i18n.t('Call')}
title={'Call'}
onPress={showInitCallActionSheet}
testID='room-actions-call'
left={() => <List.Icon name='phone' />}