diff --git a/app/containers/UIKit/VideoConferenceBlock/components/VideoConferenceEnded.tsx b/app/containers/UIKit/VideoConferenceBlock/components/VideoConferenceEnded.tsx index b4c95fa8e..388bd4e80 100644 --- a/app/containers/UIKit/VideoConferenceBlock/components/VideoConferenceEnded.tsx +++ b/app/containers/UIKit/VideoConferenceBlock/components/VideoConferenceEnded.tsx @@ -34,7 +34,7 @@ export default function VideoConferenceEnded({ <> - {createdBy.username === username ? i18n.t('Call_back') : i18n.t('Call_again')} + {createdBy.username === username ? i18n.t('Call_again') : i18n.t('Call_back')} {i18n.t('Call_was_not_answered')}