Skip to content

Commit b08dec8

Browse files
committed
Fix typo in wrapper error text.
1 parent 55f258e commit b08dec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper/src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ impl Application for WrapperApp {
176176

177177
fn view(&self) -> Element<AppMessage, AppTheme> {
178178
let title_text: &str = match &self.app_state {
179-
AppState::Errored(_) => "ISSUE SETING UP\nINSTALLER!",
179+
AppState::Errored(_) => "ISSUE SETTING UP\nINSTALLER!",
180180
_ => "SETTING UP INSTALLER...",
181181
};
182182

0 commit comments

Comments
 (0)