Corrected 'hangup' to 'hang up' (#5930)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
aba07e5cb9
Коммит
d39947f539
@@ -322,7 +322,7 @@ export default class WebrtcController extends React.Component {
|
|||||||
error: (
|
error: (
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='webrtc.inProgress'
|
id='webrtc.inProgress'
|
||||||
defaultMessage='You have a call in progress. Please hangup first.'
|
defaultMessage='You have a call in progress. Please hang up first.'
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
errorType: ' warning'
|
errorType: ' warning'
|
||||||
@@ -408,7 +408,7 @@ export default class WebrtcController extends React.Component {
|
|||||||
error: (
|
error: (
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='webrtc.inProgress'
|
id='webrtc.inProgress'
|
||||||
defaultMessage='You have a call in progress. Please hangup first.'
|
defaultMessage='You have a call in progress. Please hang up first.'
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
errorType: ' warning'
|
errorType: ' warning'
|
||||||
@@ -1063,7 +1063,7 @@ export default class WebrtcController extends React.Component {
|
|||||||
<title>
|
<title>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='webrtc.hangup'
|
id='webrtc.hangup'
|
||||||
defaultMessage='Hangup'
|
defaultMessage='Hang up'
|
||||||
/>
|
/>
|
||||||
</title>
|
</title>
|
||||||
</circle>
|
</circle>
|
||||||
|
|||||||
@@ -2367,9 +2367,9 @@
|
|||||||
"webrtc.declined": "Your call has been declined by {username}.",
|
"webrtc.declined": "Your call has been declined by {username}.",
|
||||||
"webrtc.disabled": "{username} has WebRTC disabled, and cannot receive calls. To enable the feature, they must go to Account Settings > Advanced > Preview pre-release features and turn on WebRTC.",
|
"webrtc.disabled": "{username} has WebRTC disabled, and cannot receive calls. To enable the feature, they must go to Account Settings > Advanced > Preview pre-release features and turn on WebRTC.",
|
||||||
"webrtc.failed": "There was a problem connecting the video call.",
|
"webrtc.failed": "There was a problem connecting the video call.",
|
||||||
"webrtc.hangup": "Hangup",
|
"webrtc.hangup": "Hang up",
|
||||||
"webrtc.header": "Call with {username}",
|
"webrtc.header": "Call with {username}",
|
||||||
"webrtc.inProgress": "You have a call in progress. Please hangup first.",
|
"webrtc.inProgress": "You have a call in progress. Please hang up first.",
|
||||||
"webrtc.mediaError": "Unable to access camera or microphone.",
|
"webrtc.mediaError": "Unable to access camera or microphone.",
|
||||||
"webrtc.mute_audio": "Mute microphone",
|
"webrtc.mute_audio": "Mute microphone",
|
||||||
"webrtc.noAnswer": "{username} is not answering the call.",
|
"webrtc.noAnswer": "{username} is not answering the call.",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user