Update text I forgor to comit
This commit is contained in:
@ -336,7 +336,7 @@ impl Application for Model {
|
|||||||
text(" "),
|
text(" "),
|
||||||
text(format!("Item ID {} uploaded to workshop.", id.0)),
|
text(format!("Item ID {} uploaded to workshop.", id.0)),
|
||||||
text(" "),
|
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(" "),
|
text(" "),
|
||||||
row![button("Go to your item").on_press(Message::Proceed), text(" "), button("Restart").on_press(Message::GoBack)],
|
row![button("Go to your item").on_press(Message::Proceed), text(" "), button("Restart").on_press(Message::GoBack)],
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user