diff --git a/main.qml b/main.qml index ff10c9b9..a357858d 100644 --- a/main.qml +++ b/main.qml @@ -186,7 +186,7 @@ Window { anchors.top: discordLink.bottom anchors.topMargin: 20 wrapMode: Text.WordWrap - text: qsTr("Thanks to nomic.ai and the community for contributing such great work!") + text: qsTr("Thanks to nomic.ai and the community for contributing so much great data and energy!") onLinkActivated: { Qt.openUrlExternally("https://home.nomic.ai") } }