Skip to content

Commit cf6c2f6

Browse files
committed
Fix incorrect label text in StackedFrom component
1 parent 3e1f722 commit cf6c2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/app/bundles/comments/rescript/CommentForm/forms/StackedFrom.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let make = (~author, ~handleAuthorChange, ~text, ~handleTextChange, ~handleSubmi
1414
/>
1515
</div>
1616
<div className="flex flex-col gap-0">
17-
<label className="w-full"> {"Name"->React.string} </label>
17+
<label className="w-full"> {"Text"->React.string} </label>
1818
<input
1919
type_="text"
2020
className="px-3 py-1 leading-4 border border-gray-300 rounded w-full"

0 commit comments

Comments
 (0)