Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ export default {
this.disabled = true
await callSIPHangupPhone(this.sessionIds[0])
} catch (error) {
showError(t('spreed', 'Phone number could not be hanged up'))
showError(t('spreed', 'Phone number could not be hung up'))
this.disabled = false
}
},
Expand All @@ -1006,7 +1006,7 @@ export default {
value: PARTICIPANT.SIP_DIALOUT_FLAG.MUTE_MICROPHONE | PARTICIPANT.SIP_DIALOUT_FLAG.MUTE_SPEAKER,
})
} catch (error) {
showError(t('spreed', 'Phone number could not be putted on hold'))
showError(t('spreed', 'Phone number could not be put on hold'))
}
},
async mutePhoneNumber() {
Expand Down