diff --git a/js/src/views/Account/children/EditIdentity.vue b/js/src/views/Account/children/EditIdentity.vue
index 03468e28..117ffcd0 100644
--- a/js/src/views/Account/children/EditIdentity.vue
+++ b/js/src/views/Account/children/EditIdentity.vue
@@ -229,6 +229,9 @@ export default class EditIdentity extends Vue {
type: 'is-danger',
title: this.$gettext('Delete your identity'),
message: this.$gettextInterpolate(
+ 'This will delete / anonymize all content (events, comments, messages, participation...) created from this identity.
' +
+ 'If this identity is the only administrator of some groups, you need to delete them before being able to delete this identity. ' +
+ 'Otherwise this identity will just be removed from the group administrators.
' +
'To confirm, type your identity username "%{preferredUsername}"',
{ preferredUsername: this.identity.preferredUsername },
),