diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2018-07-10 10:12:50 +0200 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2018-07-10 10:12:50 +0200 |
commit | a6db3281d61e57a33526ef3794bc60ed24415ff2 (patch) | |
tree | f1eedc3147e730ba38a11ead807bce724dd66f4c | |
parent | f1b9413c8f54f1fce536ace7cc820859bfbbf244 (diff) | |
download | Chimère-a6db3281d61e57a33526ef3794bc60ed24415ff2.tar.bz2 Chimère-a6db3281d61e57a33526ef3794bc60ed24415ff2.zip |
Update label
-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 3e8d45e..7ca02ce 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 "Close" %} + {% trans "Cancel" %} </button> {% if edit %}<button type="button" class="btn btn-primary"> {% trans "Edit" %} |