mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-03 14:25:38 +02:00
incomingcallpage: translate "is calling you"
Change-Id: If6ad1b33f7a6636ad72d86103b4d314792e315ff Gitlab: #419
This commit is contained in:
parent
5bb5ce0f09
commit
8f1971908f
2 changed files with 2 additions and 1 deletions
|
@ -179,6 +179,7 @@ Item {
|
|||
property string isRecording: qsTr("is recording")
|
||||
property string areRecording: qsTr("are recording")
|
||||
property string peerStoppedRecording: qsTr("Peer stopped recording")
|
||||
property string isCallingYou: qsTr("is calling you")
|
||||
|
||||
// CallOverlayButtonGroup
|
||||
property string mute: qsTr("Mute")
|
||||
|
|
|
@ -75,7 +75,7 @@ Rectangle {
|
|||
verticalAlignment: Text.AlignVCenter
|
||||
color: "white"
|
||||
|
||||
text: "is calling you"
|
||||
text: JamiStrings.isCallingYou
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
|
|
Loading…
Add table
Reference in a new issue