Skip to content

Commit

Permalink
Typo replace button
Browse files Browse the repository at this point in the history
  • Loading branch information
nmeylan committed Jul 14, 2024
1 parent fb6eba7 commit 856e42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ impl <'array>super::View<Option<SearchReplaceResponse<'array>>> for SearchReplac
ui.label("Search: ");
ui.add(search);
ui.end_row();
ui.label("Replace: ");
ui.label("Replace all: ");
ui.add(replace);
ui.end_row();

Expand Down

0 comments on commit 856e42a

Please sign in to comment.