♻️(models) rename *_on fields to *_at

This is only for display, nothing has changed in database.
This commit is contained in:
Samuel Paccoud - DINUM
2024-01-15 09:16:55 +01:00
committed by Anthony LC
parent 65cfe7ff2b
commit cfc35ac23e
3 changed files with 14 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ msgid "primary key for the record as UUID"
msgstr ""
#: core/models.py:51
msgid "created on"
msgid "created at"
msgstr ""
#: core/models.py:52
@@ -46,7 +46,7 @@ msgid "date and time at which a record was created"
msgstr ""
#: core/models.py:57
msgid "updated on"
msgid "updated at"
msgstr ""
#: core/models.py:58