Update text I forgor to comit

This commit is contained in:
2024-03-21 22:14:28 -03:00
parent c640d80d58
commit e1ea7566aa

View File

@ -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)],
]