diff options
author | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2016-02-23 19:10:47 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2016-02-23 19:10:47 +0100 |
commit | f8bf55318be7bd953b1e78256bdbb862079d4848 (patch) | |
tree | 38a02b7aff4dda7cbf5d6cb54a6584ea8b3dcb14 | |
parent | 03cd079b4e30760007749274dcf8c01cfb06296b (diff) | |
download | Ishtar-f8bf55318be7bd953b1e78256bdbb862079d4848.tar.bz2 Ishtar-f8bf55318be7bd953b1e78256bdbb862079d4848.zip |
Update translations
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index c45d6eb73..a1a42cdb8 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -124,7 +124,7 @@ {% include "ishtar/blocks/window_tables/parcels.html" %} {% if item.administrative_act %} -{% trans "Administrativ acts" as administrativeacts_label %} +{% trans "Administrative acts" as administrativeacts_label %} {% table_administrativact administrativeacts_label item.administrative_act.all %} {% endif %} |