Skip to content

Commit

Permalink
Merge pull request #231 from mahkoh/jorth/typo
Browse files Browse the repository at this point in the history
portal: fix typo
  • Loading branch information
mahkoh authored Jul 22, 2024
2 parents 07e5eef + 84176c3 commit a252812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portal/ptl_screencast/screencast_gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fn create_accept_gui(surface: &Rc<SelectionGuiSurface>) -> Rc<dyn GuiElement> {
let label = Rc::new(Label::default());
*label.text.borrow_mut() = text;
let accept_button = static_button(surface, ButtonRole::Accept, "Share This Output");
let workspace_button = static_button(surface, ButtonRole::SelectWorkspace, "Share A Workspcae");
let workspace_button = static_button(surface, ButtonRole::SelectWorkspace, "Share A Workspace");
let window_button = static_button(surface, ButtonRole::SelectWindow, "Share A Window");
let reject_button = static_button(surface, ButtonRole::Reject, "Reject");
for button in [
Expand Down

0 comments on commit a252812

Please sign in to comment.