Update personas.js: fix i18n

fae11fc04a7785830bf0e9544baa17edf8b8fe58

Rivelle <rivelle.days@gmail.com>

Signed
1 files changed, +1 -1Showing whitespace changes
public/scripts/personas.js+1 -1
@@ -892,7 +892,7 @@ async function setDefaultPersona(e) {
892892 }
893893 delete power_user.default_persona;
894894 } else {
895895 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.`);
896896
897897 if (!confirm) {
898898 console.debug('User cancelled setting default persona');