Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit fb37289

Browse files
authored
update QA question define helpful text (#365)
1 parent a8cc634 commit fb37289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

annotation-app/src/app/components/projects/annotate/annotate.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,14 +894,14 @@ <h4 style="margin-top: 2rem; margin-left: 0.5rem">
894894
type="text"
895895
id="inputQuestion"
896896
class="clr-input"
897-
placeholder="Add New The Question Here"
897+
placeholder="Add new question here then press the Enter key to save the question"
898898
(keyup.enter)="onAddQuestion($event)"
899899
(blur)="onAddQuestion($event)"
900900
(keyup)="onAddQuestion($event, true)"
901901
name="inputQuestion"
902902
[(ngModel)]="inputQuestion"
903903
[ngModelOptions]="{ standalone: true }"
904-
style="width:30em"
904+
style="width:40em"
905905
/>
906906
<clr-icon class="clr-validate-icon" shape="exclamation-circle"></clr-icon>
907907
</div>

0 commit comments

Comments
 (0)