1 files changed, 11 insertions, 0 deletions
diff --git a/resources/qml/device-verification/EmojiVerification.qml b/resources/qml/device-verification/EmojiVerification.qml
index e97a18a2..4b88ef7b 100644
--- a/resources/qml/device-verification/EmojiVerification.qml
+++ b/resources/qml/device-verification/EmojiVerification.qml
@@ -392,6 +392,17 @@ ColumnLayout {
}
Item { Layout.fillHeight: true; }
+ Label {
+ Layout.preferredWidth: 400
+ Layout.fillWidth: true
+ wrapMode: Text.Wrap
+ text: qsTr("The displayed emoji might look different in different clients if a different font is used. Similarly they might be translated into different languages. Nonetheless they should depict one of 64 different objects or animals. For example a lion and a cat are different, but a cat is the same even if one client just shows a cat face, while another client shows a full cat body.")
+ color: Nheko.colors.text
+ verticalAlignment: Text.AlignVCenter
+ }
+
+ Item { Layout.fillHeight: true; }
+
RowLayout {
Button {
Layout.alignment: Qt.AlignLeft
|