From 9c8c900dea84f965f13167b18c94e4455baf8c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= Date: Mon, 6 Dec 2021 16:16:45 -0500 Subject: [PATCH] JamiString: improve some strings Change-Id: I1557d50ae603d7a45ac192b687cdad92bdaa6684 --- src/constant/JamiStrings.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constant/JamiStrings.qml b/src/constant/JamiStrings.qml index 2a8f0791..c58a5d1d 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")