Skip to content

Commit 56e2b86

Browse files
committed
Change 'default' prompt text
1 parent 69d7597 commit 56e2b86

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/client/components/ChatV2/PromptSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const PromptSelector = ({
6464
},
6565
}}
6666
>
67-
<MenuItem onClick={() => handleSelect(undefined)}>{t('settings:default')}</MenuItem>
67+
<MenuItem onClick={() => handleSelect(undefined)}>{t('settings:emptyPrompt')}</MenuItem>
6868
{coursePrompts.length > 0 && (
6969
<>
7070
<Divider />

src/client/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@
138138
"selectedSource": "No selected source",
139139
"sourceDescription": "Materials specified by the teacher can be used as a source in the course chat. You can select the source below.",
140140
"other": "Other settings",
141-
"noPrompts": "No prompts"
141+
"noPrompts": "No prompts",
142+
"emptyPrompt": "Empty"
142143
},
143144
"email": {
144145
"save": "Save as email",

src/client/locales/fi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@
138138
"confirmDeletePrompt": "Haluatko varmasti poistaa alustuksen '{{name}}'?",
139139
"sourceDescription": "Kurssichatissa voidaan käyttää lähteenä opettajan määrittämiä materiaaleja. Voit valita lähteen alta.",
140140
"other": "Muut asetukset",
141-
"noPrompts": "Ei alustuksia"
141+
"noPrompts": "Ei alustuksia",
142+
"emptyPrompt": "Tyhjä"
142143
},
143144
"chats": {
144145
"header": "Auki olevat kurssichatit",

0 commit comments

Comments
 (0)