You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/chat/chat.component.ts
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ export const MESSAGES = {
21
21
If you'd like program-specific advice, please select your study program from the dropdown menu at the top, and I'll provide you with the most relevant information.
22
22
`,
23
23
errorMessage: `Sorry, but I am currently unable to answer your questions. Please try again at a later time.`,
24
-
placeholder: `Type your message here...`
24
+
placeholder: `Type your message here...`,
25
+
dropdownLabel: `Select Study Program:`
25
26
},
26
27
de: {
27
28
welcomeMessage: `
@@ -32,7 +33,8 @@ export const MESSAGES = {
32
33
Wenn Sie studiengangspezifische Ratschläge benötigen, wählen Sie bitte Ihr Studienprogramm aus dem Dropdown-Menü oben, und ich werde Ihnen die relevantesten Informationen bereitstellen.
33
34
`,
34
35
errorMessage: `Entschuldigung, aber ich kann Ihre Fragen derzeit nicht beantworten. Bitte versuchen Sie es später erneut.`,
35
-
placeholder: `Geben Sie hier Ihre Nachricht ein...`
36
+
placeholder: `Geben Sie hier Ihre Nachricht ein...`,
0 commit comments