parent
e2bb81885f
commit
c64424990d
|
@ -176,6 +176,7 @@ Item {
|
|||
|
||||
SentMessage {
|
||||
id: sentMessage
|
||||
visible: isCurrentUser && !timeout && isMessage && outgoingStatus !== "sent"
|
||||
anchors.top: chatTime.top
|
||||
anchors.bottomMargin: Style.current.padding
|
||||
anchors.right: chatTime.left
|
||||
|
|
|
@ -6,10 +6,7 @@ StyledText {
|
|||
id: sentMessage
|
||||
visible: isCurrentUser && !timeout && !isExpired && isMessage
|
||||
color: Style.current.darkGrey
|
||||
text: outgoingStatus === "sent" ?
|
||||
//% "Sent"
|
||||
qsTrId("status-sent") :
|
||||
//% "Sending..."
|
||||
qsTrId("sending")
|
||||
text: qsTrId("sending")
|
||||
font.pixelSize: 10
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue