diff --git a/resources/qml/device-verification/EmojiVerification.qml b/resources/qml/device-verification/EmojiVerification.qml
index e97a18a2d145a5fe67e69511b3ce13ee041ed4d7..4b88ef7bb6a2336cda3415d713d92558bbcbf3bb 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