Skip to content

Commit ee77534

Browse files
fix: change enter label to enter text for text widget plaaceholder
1 parent 737b33d commit ee77534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSign/src/components/pdf/PlaceholderType.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ function PlaceholderType(props) {
550550
(props.isNeedSign && props.data?.signerObjId === props.signerObjId) ? (
551551
<textarea
552552
ref={inputRef}
553-
placeholder="Enter label"
553+
placeholder="Enter text"
554554
rows={1}
555555
onKeyDown={handleEnterPress}
556556
value={textValue}

0 commit comments

Comments
 (0)