File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const PromptSelector = ({
64
64
} ,
65
65
} }
66
66
>
67
- < MenuItem onClick = { ( ) => handleSelect ( undefined ) } > { t ( 'settings:default ' ) } </ MenuItem >
67
+ < MenuItem onClick = { ( ) => handleSelect ( undefined ) } > { t ( 'settings:emptyPrompt ' ) } </ MenuItem >
68
68
{ coursePrompts . length > 0 && (
69
69
< >
70
70
< Divider />
Original file line number Diff line number Diff line change 138
138
"selectedSource" : " No selected source" ,
139
139
"sourceDescription" : " Materials specified by the teacher can be used as a source in the course chat. You can select the source below." ,
140
140
"other" : " Other settings" ,
141
- "noPrompts" : " No prompts"
141
+ "noPrompts" : " No prompts" ,
142
+ "emptyPrompt" : " Empty"
142
143
},
143
144
"email" : {
144
145
"save" : " Save as email" ,
Original file line number Diff line number Diff line change 138
138
"confirmDeletePrompt" : " Haluatko varmasti poistaa alustuksen '{{name}}'?" ,
139
139
"sourceDescription" : " Kurssichatissa voidaan käyttää lähteenä opettajan määrittämiä materiaaleja. Voit valita lähteen alta." ,
140
140
"other" : " Muut asetukset" ,
141
- "noPrompts" : " Ei alustuksia"
141
+ "noPrompts" : " Ei alustuksia" ,
142
+ "emptyPrompt" : " Tyhjä"
142
143
},
143
144
"chats" : {
144
145
"header" : " Auki olevat kurssichatit" ,
You can’t perform that action at this time.
0 commit comments