diff --git a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue index 27750a773b9..2686eba0386 100644 --- a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue +++ b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue @@ -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 } }, @@ -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() {