]> git.0d.be Git - panikdb.git/blobdiff - panikdb/aa/models.py
add option to not share contact details
[panikdb.git] / panikdb / aa / models.py
index a3214a5558e745adf4c1ef883ff99bee9e04e97c..dd65e5a1551e6edb3fbcb06badd39e3ad28283bb 100644 (file)
@@ -14,7 +14,7 @@ class User(AbstractUser):
 
     phone = models.CharField(_('Phone'), max_length=20, null=True, blank=True)
     mobile = models.CharField(_('Mobile'), max_length=20, null=True, blank=True)
-    share_contact_details = models.BooleanField(_('Share contact detais'), default=True)
+    share_contact_details = models.BooleanField(_('Share contact detais with members'), default=True)
 
     class Meta:
         ordering = ['first_name', 'last_name']