summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2018-07-10 10:12:50 +0200
committerValérie-Emma Leroux <emma@iggdrasil.net>2018-07-10 10:12:50 +0200
commita6db3281d61e57a33526ef3794bc60ed24415ff2 (patch)
treef1eedc3147e730ba38a11ead807bce724dd66f4c
parentf1b9413c8f54f1fce536ace7cc820859bfbbf244 (diff)
downloadChimère-a6db3281d61e57a33526ef3794bc60ed24415ff2.tar.bz2
Chimère-a6db3281d61e57a33526ef3794bc60ed24415ff2.zip
Update label
-rw-r--r--chimere/templates/blocks/bootstrap-modal.html2
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" %}