8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 11:23:10 +00:00

Fix typo in description

This commit is contained in:
lhark 2017-11-15 21:36:05 -05:00
parent cabeb78d1d
commit cbfc1d42e8

View file

@ -328,7 +328,7 @@ class Extension(models.Model):
protocol='IPv6',
null=True,
blank=True,
help_text="Enregistremen AAAA associé à la zone"
help_text="Enregistrement AAAA associé à la zone"
)
soa = models.ForeignKey(
'SOA',