Skip to content

Commit 750377e

Browse files
committed
Reword write step box
1 parent 321e69f commit 750377e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/web/app/editors/stepper/MissingStep.re

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ module View = {
680680
div_c(
681681
"rewrite-box",
682682
[
683-
Node.text("Replace: "),
683+
Node.text("From: "),
684684
CodeViewable.view_any(
685685
~globals,
686686
~settings=
@@ -691,7 +691,7 @@ module View = {
691691
),
692692
Exp(unboxed_selected_exp),
693693
),
694-
Node.text("With: "),
694+
Node.text("Take a step to: "),
695695
div_c(
696696
"inline-editor-wrapper",
697697
[
@@ -832,7 +832,7 @@ module View = {
832832
? [
833833
proof_button(
834834
~callback=inject(ProposeWrittenStep),
835-
"Write Step ▼",
835+
"Take Step ▼",
836836
),
837837
]
838838
: []

0 commit comments

Comments
 (0)