Skip to content

Commit 3b831f9

Browse files
committed
Reword write step box
1 parent 3d2d802 commit 3b831f9

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
@@ -681,7 +681,7 @@ module View = {
681681
div_c(
682682
"rewrite-box",
683683
[
684-
Node.text("Replace: "),
684+
Node.text("From: "),
685685
CodeViewable.view_any(
686686
~globals,
687687
~settings=
@@ -692,7 +692,7 @@ module View = {
692692
),
693693
Exp(unboxed_selected_exp),
694694
),
695-
Node.text("With: "),
695+
Node.text("Take a step to: "),
696696
div_c(
697697
"inline-editor-wrapper",
698698
[
@@ -833,7 +833,7 @@ module View = {
833833
? [
834834
proof_button(
835835
~callback=inject(ProposeWrittenStep),
836-
"Write Step ▼",
836+
"Take Step ▼",
837837
),
838838
]
839839
: []

0 commit comments

Comments
 (0)