summaryrefslogtreecommitdiffstats
path: root/webapp/components/webrtc/webrtc_controller.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/webrtc/webrtc_controller.jsx')
-rw-r--r--webapp/components/webrtc/webrtc_controller.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/components/webrtc/webrtc_controller.jsx b/webapp/components/webrtc/webrtc_controller.jsx
index 0fab0d2e7..9d625dcf4 100644
--- a/webapp/components/webrtc/webrtc_controller.jsx
+++ b/webapp/components/webrtc/webrtc_controller.jsx
@@ -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>