| 892 | } | 892 | } |
| 893 | delete power_user.default_persona; | 893 | delete power_user.default_persona; |
| 894 | } else { | 894 | } else { |
| 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.`); | 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 | if (!confirm) { | 897 | if (!confirm) { |
| 898 | console.debug('User cancelled setting default persona'); | 898 | console.debug('User cancelled setting default persona'); |