Skip to content

Commit b6aae7c

Browse files
committed
chore: wording
1 parent caa21ce commit b6aae7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oc_launcher/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ impl eframe::App for Launcher {
8888
self.error = Some(format!("{:#}", error))
8989
}
9090
};
91-
if ui.button("Attack from North-Est").clicked() {
91+
if ui.button("Attack from South-Est").clicked() {
9292
self.error = None;
9393
if let Err(error) = self.launch_attack_from_north_est().context("Launch 'attack from north est'") {
9494
self.error = Some(format!("{:#}", error))

0 commit comments

Comments
 (0)