diff --git a/src/constant/JamiStrings.qml b/src/constant/JamiStrings.qml index 2a8f079103d8da4adfb8c1fc4d6b2e60db5c6057..c58a5d1db646b3901708e7bacf610642b29dc5a3 100644 --- a/src/constant/JamiStrings.qml +++ b/src/constant/JamiStrings.qml @@ -216,8 +216,8 @@ Item { property string chat: qsTr("Chat") property string moreOptions: qsTr("More options") property string mosaic: qsTr("Mosaic") - property string participantMicIsStillMuted: qsTr("Participant is still muted on his local machine") - property string mutedLocally: qsTr("You are still muted on your local machine") + property string participantMicIsStillMuted: qsTr("Participant is still muted on their device") + property string mutedLocally: qsTr("You are still muted on your device") property string participantModIsStillMuted: qsTr("You are still muted by moderator") property string mutedByModerator: qsTr("You are muted by a moderator") property string moderator: qsTr("Moderator")