diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-03-07 20:46:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 20:46:27 +0000 |
commit | 088be050b245dc60e799e677369cb4d9d941c0fe (patch) | |
tree | c46114b3b6dd7eb69140d0cfcfd37d452943a542 /launcher/ui/pages | |
parent | 76f66148db09b6110d2d916da5c9f9f4dae139b8 (diff) | |
download | PrismLauncher-088be050b245dc60e799e677369cb4d9d941c0fe.tar.gz PrismLauncher-088be050b245dc60e799e677369cb4d9d941c0fe.tar.bz2 PrismLauncher-088be050b245dc60e799e677369cb4d9d941c0fe.zip |
Apply flowln's suggestion :)
Co-authored-by: flow <flowlnlnln@gmail.com>
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/pages')
-rw-r--r-- | launcher/ui/pages/global/APIPage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/global/APIPage.ui b/launcher/ui/pages/global/APIPage.ui index 8c515f3a..91f867e0 100644 --- a/launcher/ui/pages/global/APIPage.ui +++ b/launcher/ui/pages/global/APIPage.ui @@ -207,7 +207,7 @@ <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><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">documentation</a> for more information.</p></body></html></string> </property> </widget> </item> |