mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-13 07:45:39 +00:00
12 lines
224 B
QML
12 lines
224 B
QML
import QtQuick 2.3
|
|
import "../../../../../shared"
|
|
import "../../../../../imports"
|
|
|
|
StyledText {
|
|
id: sentMessage
|
|
color: Style.current.darkGrey
|
|
//% "Sending..."
|
|
text: qsTrId("sending")
|
|
font.pixelSize: 10
|
|
}
|