diff options
| author | Étienne Loks <etienne@peacefrogs.net> | 2020-09-29 12:47:12 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne@peacefrogs.net> | 2020-09-29 12:47:12 +0200 |
| commit | 4ff647569a7119a77b7c4a54c19400c9eb023a35 (patch) | |
| tree | 5553cc8b99f765e6b7a07ee430372a27501afec2 /chimere/templates/blocks/bootstrap-modal.html | |
| parent | a7a3f11ac4df6d356333b35cc37db566db3cff78 (diff) | |
| download | Chimère-4ff647569a7119a77b7c4a54c19400c9eb023a35.tar.bz2 Chimère-4ff647569a7119a77b7c4a54c19400c9eb023a35.zip | |
Detail: add a link to generate iframe
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" %} |
