Skip to content

Commit

Permalink
Tweaked the wording in devtools.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Aug 30, 2024
1 parent 51ba53e commit a2aa14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/vaev-devtools/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ Ui::Child mainMenu([[maybe_unused]] State const &s) {
n,
Kr::alert(
"Error"s,
Io::format("Failed to open in default browser\n\n{}", res).unwrap()
Io::format("Failed to open in browser\n\n{}", res).unwrap()
)
);
},
Mdi::WEB, "Open in default browser..."
Mdi::WEB, "Open in browser..."
),
Ui::separator(),
Kr::contextMenuItem(Model::bind(SidePanel::DEVELOPER_TOOLS), Mdi::CODE_TAGS, "Inspector"),
Expand Down

0 comments on commit a2aa14d

Please sign in to comment.