diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-12-16 11:06:43 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:22 +0100 |
commit | 4ebb6f8563640026176a7e0721d6dd2e3d71d160 (patch) | |
tree | 23e06af316435efe5f33f3f9e5d304b5a54d8d2d /archaeological_finds | |
parent | 96b65026a2876fb31d48a8dca4e25fee85699ac8 (diff) | |
download | Ishtar-4ebb6f8563640026176a7e0721d6dd2e3d71d160.tar.bz2 Ishtar-4ebb6f8563640026176a7e0721d6dd2e3d71d160.zip |
Fix english typo
Diffstat (limited to 'archaeological_finds')
-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 %} |