Corrected 'hangup' to 'hang up' (#5930)

Этот коммит содержится в:
Harrison Healey
2017-03-31 13:06:25 -04:00
коммит произвёл Joram Wilander
родитель aba07e5cb9
Коммит d39947f539
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@@ -322,7 +322,7 @@ export default class WebrtcController extends React.Component {
error: (
<FormattedMessage
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'
@@ -408,7 +408,7 @@ export default class WebrtcController extends React.Component {
error: (
<FormattedMessage
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'
@@ -1063,7 +1063,7 @@ export default class WebrtcController extends React.Component {
<title>
<FormattedMessage
id='webrtc.hangup'
defaultMessage='Hangup'
defaultMessage='Hang up'
/>
</title>
</circle>