From 897418ead3ce31e654108662f911b610b6da7fa1 Mon Sep 17 00:00:00 2001 From: Prospector Date: Mon, 30 Jun 2025 19:05:16 -0700 Subject: [PATCH] Fix moderation message article link --- apps/labrinth/src/queue/moderation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/labrinth/src/queue/moderation.rs b/apps/labrinth/src/queue/moderation.rs index b74315839..c7f27be2e 100644 --- a/apps/labrinth/src/queue/moderation.rs +++ b/apps/labrinth/src/queue/moderation.rs @@ -207,7 +207,7 @@ Keep in mind that you should:\n - Set a featured image that best represents your pack. - Ensure all your images have titles that accurately label the image, and optionally, details on the contents of the image in the images Description. - Upload any relevant images in your Description to your Gallery tab for best results.".to_string(), - ModerationMessage::MissingLicense => "You must select a License before your project can be published publicly, having a License associated with your project is important to protecting your rights and allowing others to use your content as you intend. For more information, you can see our [Guide to Licensing Mods]().".to_string(), + ModerationMessage::MissingLicense => "You must select a License before your project can be published publicly, having a License associated with your project is important to protecting your rights and allowing others to use your content as you intend. For more information, you can see our [Guide to Licensing Mods]().".to_string(), ModerationMessage::MissingCustomLicenseUrl { license } => format!("It looks like you've selected the License \"{license}\" without providing a valid License link. When using a custom License you must provide a link directly to the License in the License Link field."), ModerationMessage::NoSideTypes => "Your project's side types are currently set to Unknown on both sides. Please set accurate side types!".to_string(), }