diff options
Diffstat (limited to 'chimere/templates/blocks/bootstrap-modal.html')
-rw-r--r-- | chimere/templates/blocks/bootstrap-modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/blocks/bootstrap-modal.html b/chimere/templates/blocks/bootstrap-modal.html index 7ca02ce..3e8d45e 100644 --- a/chimere/templates/blocks/bootstrap-modal.html +++ b/chimere/templates/blocks/bootstrap-modal.html @@ -11,7 +11,7 @@ </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal"> - {% trans "Cancel" %} + {% trans "Close" %} </button> {% if edit %}<button type="button" class="btn btn-primary"> {% trans "Edit" %} |