Commit ab17dc2e authored by Mark Harding's avatar Mark Harding

(chore): cleanup comments input

No related merge requests found
Pipeline #114536362 failed with stages
in 6 minutes and 18 seconds
......@@ -233,6 +233,7 @@ m-comments__entityOutlet,
minds-textarea {
font-family: inherit;
font-size: 14px;
line-height: 22px;
width: 0;
min-width: 0;
flex: 1;
......
......@@ -32,7 +32,7 @@
(keyup)="getPostPreview(content)"
(keypress)="keypress($event)"
[placeholder]="
conversation ? 'Enter your message' : 'Enter your comment'
conversation ? 'Enter your message' : 'Write your comment'
"
(filePaste)="uploadAttachment($event)"
mTextInputAutocomplete
......
Please register or to comment