From e1ea7566aa6cff31e4d84d90856a95f615f808c1 Mon Sep 17 00:00:00 2001 From: Legalo Date: Thu, 21 Mar 2024 22:14:28 -0300 Subject: [PATCH] Update text I forgor to comit --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 87309a4..52b20a9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -336,7 +336,7 @@ impl Application for Model { text(" "), text(format!("Item ID {} uploaded to workshop.", id.0)), text(" "), - text("We recommend you go to your item. You can add screenshots and a description there.\nYou may also need to change the visibility to public."), + text("We recommend you go to your item. You can add screenshots and a description there.\nYou also need to change the visibility to public before people can download your mod!"), text(" "), row![button("Go to your item").on_press(Message::Proceed), text(" "), button("Restart").on_press(Message::GoBack)], ]