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 Diego Mello
parent cf1455d414
commit 0f46a782c5
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' />}