Skip to content

Commit

Permalink
Updates create emotion place holder text to mention how to create todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vega113 committed Nov 21, 2023
1 parent aa5e1d0 commit 45cd69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/create-emotion/create-emotion.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class CreateEmotionComponent implements OnInit, AfterViewInit, OnDestroy
private triggerSubscription!: Subscription;
private emotionDetected: EmotionDetectionResult | undefined;

placeHolderText: string = "Try to describe how this emotion is affecting your daily activities or your interactions with others. Are there any noticeable patterns or recurring events? How do you wish to feel instead? What steps do you think you could take to influence your emotional state? Remember, you can also use #hashtags to categorize or highlight key points in your note.";
placeHolderText: string = "Try to describe how this emotion is affecting your daily activities or your interactions with others. Are there any noticeable patterns or recurring events? How do you wish to feel instead? What steps do you think you could take to influence your emotional state? Remember, you can also use #hashtags to categorize or highlight key points in your note. To add a todo, simply enclose it in double square brackets like this: [[<your todo here>]].";

constructor(private fb: FormBuilder, private emotionService: EmotionService,
private authService: AuthService,
Expand Down

0 comments on commit 45cd69a

Please sign in to comment.