| @@ -892,7 +892,7 @@ async function setDefaultPersona(e) { | ||
| 892 | 892 | } |
| 893 | 893 | delete power_user.default_persona; |
| 894 | 894 | } else { |
| 895 | 895 | const confirm = await Popup.show.confirm(t`Are you sure you want to set \"${personaName}\" as the default persona?`, t`This name and avatar will be used for all new chats, as well as existing chats where the user persona is not locked.`); |
| 896 | 896 | |
| 897 | 897 | if (!confirm) { |
| 898 | 898 | console.debug('User cancelled setting default persona'); |