From 95cd59b40533e9b3d020e5c74915895ee11d2e06 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 11 Apr 2023 08:00:59 -0400 Subject: [PATCH] Change wording a bit. --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } }