We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321e69f commit 750377eCopy full SHA for 750377e
src/web/app/editors/stepper/MissingStep.re
@@ -680,7 +680,7 @@ module View = {
680
div_c(
681
"rewrite-box",
682
[
683
- Node.text("Replace: "),
+ Node.text("From: "),
684
CodeViewable.view_any(
685
~globals,
686
~settings=
@@ -691,7 +691,7 @@ module View = {
691
),
692
Exp(unboxed_selected_exp),
693
694
- Node.text("With: "),
+ Node.text("Take a step to: "),
695
696
"inline-editor-wrapper",
697
@@ -832,7 +832,7 @@ module View = {
832
? [
833
proof_button(
834
~callback=inject(ProposeWrittenStep),
835
- "Write Step ▼",
+ "Take Step ▼",
836
837
]
838
: []
0 commit comments