diff options
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/ishtar/import_step_by_step.html | 2 | ||||
-rw-r--r-- | ishtar_common/templates/ishtar/wizard/delete_wizard.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/ishtar/import_step_by_step.html b/ishtar_common/templates/ishtar/import_step_by_step.html index 4b791b98f..8f5dfc723 100644 --- a/ishtar_common/templates/ishtar/import_step_by_step.html +++ b/ishtar_common/templates/ishtar/import_step_by_step.html @@ -322,7 +322,7 @@ <script type="text/javascript"> var modified = false; var no_modif_msg = "{% trans "No modification made to the source file" %}"; - var modif_msg = "{% trans "Modification to the source file have been made. Save or cancel theses modification before import." %}"; + var modif_msg = "{% trans "Modification to the source file have been made. Save or cancel these modification before import." %}"; var no_modif_made = function(){ $("#btn-cancel").prop("title", no_modif_msg); diff --git a/ishtar_common/templates/ishtar/wizard/delete_wizard.html b/ishtar_common/templates/ishtar/wizard/delete_wizard.html index 3a3d5ab1d..9b925f143 100644 --- a/ishtar_common/templates/ishtar/wizard/delete_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/delete_wizard.html @@ -5,7 +5,7 @@ <div class="alert alert-danger"> <div><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> {% if current_objs and current_objs.1 %} - {% trans "Are you sure to want to delete theses items?" %} + {% trans "Are you sure to want to delete these items?" %} <ul>{% for obj in current_objs %} <li>{{obj}}</li> {% endfor %}</ul> |