diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-03-02 09:28:14 +0000 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-03-02 09:28:14 +0000 |
commit | cbe6eff2fa917401b913a96c551429caad852b3b (patch) | |
tree | 5fdb6f0239ad487289e0a7490974310b348b0f30 /launcher/ui/pages | |
parent | 1f3d18ec12bb7a971962101570cbad8e18788614 (diff) | |
download | PrismLauncher-cbe6eff2fa917401b913a96c551429caad852b3b.tar.gz PrismLauncher-cbe6eff2fa917401b913a96c551429caad852b3b.tar.bz2 PrismLauncher-cbe6eff2fa917401b913a96c551429caad852b3b.zip |
Move Modrinth before CurseForge for consistency
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/pages')
-rw-r--r-- | launcher/ui/pages/global/APIPage.ui | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/launcher/ui/pages/global/APIPage.ui b/launcher/ui/pages/global/APIPage.ui index 431fd8c6..8c515f3a 100644 --- a/launcher/ui/pages/global/APIPage.ui +++ b/launcher/ui/pages/global/APIPage.ui @@ -196,25 +196,25 @@ </widget> </item> <item> - <widget class="QGroupBox" name="groupBox_flame"> + <widget class="QGroupBox" name="groupBox_modrinth"> <property name="enabled"> <bool>true</bool> </property> <property name="title"> - <string>&CurseForge Core API</string> + <string>&Modrinth API</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label_8"> <property name="text"> - <string>Note: you probably don't need to set this if CurseForge already works.</string> + <string><html><head/><body><p>Note: you only need to set this to access private data. Read the <a href="https://docs.modrinth.com/api-spec/#section/Authentication"><span style=" text-decoration: underline; color:#0000ff;">documentation</span></a> for more information.</p></body></html></string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> - <string>Enter a custom API Key for CurseForge here.</string> + <string>Enter a custom API token for Modrinth here.</string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> @@ -228,12 +228,12 @@ </widget> </item> <item row="1" column="0"> - <widget class="QLineEdit" name="flameKey"> + <widget class="QLineEdit" name="modrinthToken"> <property name="enabled"> <bool>true</bool> </property> <property name="placeholderText"> - <string>(Default)</string> + <string>(None)</string> </property> </widget> </item> @@ -241,25 +241,25 @@ </widget> </item> <item> - <widget class="QGroupBox" name="groupBox_modrinth"> + <widget class="QGroupBox" name="groupBox_flame"> <property name="enabled"> <bool>true</bool> </property> <property name="title"> - <string>&Modrinth API</string> + <string>&CurseForge Core API</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label_8"> <property name="text"> - <string><html><head/><body><p>Note: you only need to set this to access private data. Read the <a href="https://docs.modrinth.com/api-spec/#section/Authentication"><span style=" text-decoration: underline; color:#0000ff;">documentation</span></a> for more information.</p></body></html></string> + <string>Note: you probably don't need to set this if CurseForge already works.</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> - <string>Enter a custom API token for Modrinth here.</string> + <string>Enter a custom API Key for CurseForge here.</string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> @@ -273,12 +273,12 @@ </widget> </item> <item row="1" column="0"> - <widget class="QLineEdit" name="modrinthToken"> + <widget class="QLineEdit" name="flameKey"> <property name="enabled"> <bool>true</bool> </property> <property name="placeholderText"> - <string>(None)</string> + <string>(Default)</string> </property> </widget> </item> |