feat(dtmm): Rename reset button

This commit is contained in:
Lucas Schwiderski 2023-03-01 14:16:36 +01:00
parent e6c9fe834c
commit 4d632d9119
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -61,7 +61,7 @@ fn build_top_bar() -> impl Widget<State> {
)
.with_default_spacer()
.with_child(
Button::new("Reset Mods")
Button::new("Reset Game")
.on_click(|ctx, _state: &mut State, _env| {
ctx.submit_command(ACTION_START_RESET_DEPLOYMENT);
})