diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-03-20 12:19:33 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:43:03 +0200 |
commit | e98758c4792701d49ba6751a0cf1e424ad13b488 (patch) | |
tree | 496f7405d7bd36e8f7e78ce7bcc93eb9f89ba22d /archaeological_finds | |
parent | f5bd08715886acb951a8044df2ba3e2c8c2a8e54 (diff) | |
download | Ishtar-e98758c4792701d49ba6751a0cf1e424ad13b488.tar.bz2 Ishtar-e98758c4792701d49ba6751a0cf1e424ad13b488.zip |
🏷️ update labels
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/forms.py | 2 | ||||
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 | ||||
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_museum_find.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 160863256..7e217d06c 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -1567,7 +1567,7 @@ class DateForm(ManageOldType, forms.Form): start_date = forms.IntegerField(label=_("Start date"), required=False) end_date = forms.IntegerField(label=_("End date"), required=False) quality = forms.ChoiceField(label=_("Quality"), required=False, choices=[]) - precise_dating = forms.CharField(label=_("Precise on dating"), required=False) + precise_dating = forms.CharField(label=_("Precise on this dating"), required=False) TYPES = [ FieldType("dating_type", DatingType), FieldType("period", Period), diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 530a1664f..5adcce68a 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -260,7 +260,7 @@ <th>{% trans "End date" %}</th> <th>{% trans "Dating type" %}</th> <th>{% trans "Quality" %}</th> - <th>{% trans "Precise on dating" %}</th> + <th>{% trans "Precise on this dating" %}</th> </tr> {% for dating in dating_list %} <tr> diff --git a/archaeological_finds/templates/ishtar/sheet_museum_find.html b/archaeological_finds/templates/ishtar/sheet_museum_find.html index 6e6080b92..4c3317ba2 100644 --- a/archaeological_finds/templates/ishtar/sheet_museum_find.html +++ b/archaeological_finds/templates/ishtar/sheet_museum_find.html @@ -208,7 +208,7 @@ <th>{% trans "End date" %}</th> <th>{% trans "Dating type" %}</th> <th>{% trans "Quality" %}</th> - <th>{% trans "Precise on dating" %}</th> + <th>{% trans "Precise on this dating" %}</th> </tr> {% for dating in dating_list %} <tr> |