diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/wizard/wizard_simplefind.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/wizard/wizard_simplefind.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/wizard/wizard_simplefind.html b/archaeological_finds/templates/ishtar/wizard/wizard_simplefind.html index 2ebde34ff..57a92aeb6 100644 --- a/archaeological_finds/templates/ishtar/wizard/wizard_simplefind.html +++ b/archaeological_finds/templates/ishtar/wizard/wizard_simplefind.html @@ -3,7 +3,7 @@ {% block form_head %} <div class="alert alert-warning"> <i class="fa fa-exclamation-triangle"></i> - {% trans 'This find is related to many base finds. To edit field related to base finds edit the corresponding find between theses:' %} + {% trans 'This find is related to many base finds. To edit field related to base finds edit the corresponding find between these:' %} <ul>{% for base_find in wizard.form.base_finds %} {% with find=base_find.get_main_find %}<li> {% if not find %} |