Fix message id (#6875)

* Fix message id

Id `mobile.calls_call_thread` is conflicted with other message. This id should be `mobile.calls_open_channel`.

* Update en.json
This commit is contained in:
Yusuke Nemoto
2022-12-17 03:09:47 +09:00
committed by GitHub
parent bd6c363d82
commit 4e7e37499d
2 changed files with 3 additions and 2 deletions

View File

@@ -273,7 +273,7 @@ const CallScreen = ({
const callThreadOptionTitle = intl.formatMessage({id: 'mobile.calls_call_thread', defaultMessage: 'Call Thread'});
const recordOptionTitle = intl.formatMessage({id: 'mobile.calls_record', defaultMessage: 'Record'});
const stopRecordingOptionTitle = intl.formatMessage({id: 'mobile.calls_stop_recording', defaultMessage: 'Stop Recording'});
const openChannelOptionTitle = intl.formatMessage({id: 'mobile.calls_call_thread', defaultMessage: 'Open Channel'});
const openChannelOptionTitle = intl.formatMessage({id: 'mobile.calls_open_channel', defaultMessage: 'Open Channel'});
useEffect(() => {
mergeNavigationOptions('Call', {

View File

@@ -369,7 +369,7 @@
"mobile.announcement_banner.title": "Announcement",
"mobile.calls_call_ended": "Call ended",
"mobile.calls_call_screen": "Call",
"mobile.calls_call_thread": "Open Channel",
"mobile.calls_call_thread": "Call Thread",
"mobile.calls_current_call": "Current call",
"mobile.calls_disable": "Disable calls",
"mobile.calls_dismiss": "Dismiss",
@@ -407,6 +407,7 @@
"mobile.calls_not_available_title": "Calls is not enabled",
"mobile.calls_ok": "OK",
"mobile.calls_okay": "Okay",
"mobile.calls_open_channel": "Open Channel",
"mobile.calls_participant_limit_title_GA": "This call is at capacity",
"mobile.calls_participant_rec": "The host has started recording this meeting. By staying in the meeting you give consent to being recorded.",
"mobile.calls_participant_rec_title": "Recording is in progress",