File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ _These settings are NOT configurable via the Endpoint Editor in Cognigy.AI_
413
413
| delete_anyway | string | "Delete anyway" |
414
414
| cancel | string | "Cancel" |
415
415
| delete_all_conversations_confirmation | string | "You are about to delete all the conversation. This action cannot be undone. Are you sure?" |
416
- | conversations_options_title | string | "Conversations Options" |
416
+ | coversations_options | string | "Conversations Options" |
417
417
418
418
#### Settings Interface
419
419
@@ -622,7 +622,7 @@ interface IWebchatSettings {
622
622
delete_anyway: string ;
623
623
cancel: string ;
624
624
delete_all_conversations_confirmation: string ;
625
- conversations_options_title : string ;
625
+ conversations_options : string ;
626
626
};
627
627
628
628
// Additional Settings to configure the webchat widget behavior
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ export interface IWebchatSettings {
304
304
delete_anyway : string ;
305
305
cancel : string ;
306
306
delete_all_conversations_confirmation : string ;
307
- conversations_options_title : string ;
307
+ conversations_options : string ;
308
308
} ;
309
309
demoWebchat : {
310
310
enabled : boolean ;
You can’t perform that action at this time.
0 commit comments