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