Clarified persona deletion message

This commit is contained in:
Cohee
2023-06-25 20:13:16 +03:00
parent 04cfedea7c
commit 9bbaa85a3b

View File

@@ -4338,7 +4338,7 @@ async function deleteUserAvatar() {
return; return;
} }
const confirm = await callPopup('Are you sure you want to delete this avatar?', 'confirm'); const confirm = await callPopup('<h3>Are you sure you want to delete this avatar?</h3>All information associated with its linked persona will be lost.', 'confirm');
if (!confirm) { if (!confirm) {
console.debug('User cancelled deleting avatar'); console.debug('User cancelled deleting avatar');