From 45cd69a0caaacf5e233b738a899b365dd70530b7 Mon Sep 17 00:00:00 2001 From: vega Date: Tue, 21 Nov 2023 21:59:53 +0200 Subject: [PATCH] Updates create emotion place holder text to mention how to create todo. --- ui/src/app/create-emotion/create-emotion.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/create-emotion/create-emotion.component.ts b/ui/src/app/create-emotion/create-emotion.component.ts index 03e9a2f..3c1842b 100644 --- a/ui/src/app/create-emotion/create-emotion.component.ts +++ b/ui/src/app/create-emotion/create-emotion.component.ts @@ -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: [[]]."; constructor(private fb: FormBuilder, private emotionService: EmotionService, private authService: AuthService,