Skip to content

Commit

Permalink
Improve descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw committed Aug 24, 2023
1 parent fb4fa84 commit 8b0ffff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesads/app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def unique_error_message(self, model_class, unique_check):
blank=True,
null=True,
verbose_name="Date de création de l'ADS",
help_text="Indiquer la date à laquelle l’ADS a été attribuée au titulaire pour la première fois.",
help_text="Indiquer la date à laquelle l’ADS a été attribuée à un titulaire pour la première fois.",
)
ads_renew_date = models.DateField(
blank=True,
Expand All @@ -603,7 +603,7 @@ def unique_error_message(self, model_class, unique_check):
choices=ATTRIBUTION_TYPES,
blank=True,
null=False,
verbose_name="Type d'attribution de l'ADS",
verbose_name="Type d'attribution de l'ADS au titulaire actuel",
)

transaction_identifier = models.CharField(
Expand Down

0 comments on commit 8b0ffff

Please sign in to comment.