diff --git a/src/AliasVault.Admin/Main/Models/UserEmailClaimWithCount.cs b/src/AliasVault.Admin/Main/Models/UserEmailClaimWithCount.cs
index 8149256cb..32590c141 100644
--- a/src/AliasVault.Admin/Main/Models/UserEmailClaimWithCount.cs
+++ b/src/AliasVault.Admin/Main/Models/UserEmailClaimWithCount.cs
@@ -32,6 +32,11 @@ public class UserEmailClaimWithCount
///
public string AddressDomain { get; set; } = string.Empty;
+ ///
+ Email claims represent the email addresses that the user has (historically) used. Whenever a user deletes an email alias + the claim gets disabled and the server will reject all emails sent to that alias. A user can always re-enable + the claim by using it again. Email claims are permanently tied to a user and cannot be transferred to another user. +
+