Parcourir la source

Admin: help texts improvements

Signed-off-by: CapsLock <faimaison@legeox.net>
CapsLock il y a 10 ans
Parent
commit
d47ab7b5d1
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      coin/isp_database/models.py

+ 2 - 2
coin/isp_database/models.py

@@ -78,11 +78,11 @@ class ISPInfo(SingleInstanceMixin, models.Model):
     # field outside of db-ffdn format:
     # field outside of db-ffdn format:
     administrative_email = models.EmailField(
     administrative_email = models.EmailField(
         max_length=254, blank=True, verbose_name="Contact administratif",
         max_length=254, blank=True, verbose_name="Contact administratif",
-        help_text='Adresse pour les contacts administratifs (ex: bureau)')
+        help_text='Adresse email pour les contacts administratifs (ex: bureau)')
 
 
     support_email = models.EmailField(
     support_email = models.EmailField(
         max_length=254, blank=True, verbose_name="Contact de support",
         max_length=254, blank=True, verbose_name="Contact de support",
-        help_text="Adresse pour les demandes de support technique")
+        help_text="Adresse email pour les demandes de support technique")
 
 
     @property
     @property
     def memberCount(self):
     def memberCount(self):