Commit c4be243732ddc5f319bddead8e4025014a877bd0

Authored by Gustavo
1 parent d049c23e

Changed 'crop the photo' to 'image selection' in the crop modal title

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
users/templates/users/modal_crop.html
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 <button type="button" class="close" data-dismiss="modal" aria-label="Close"> 7 <button type="button" class="close" data-dismiss="modal" aria-label="Close">
8 <span aria-hidden="true">&times;</span> 8 <span aria-hidden="true">&times;</span>
9 </button> 9 </button>
10 - <h4 class="modal-title">Crop the photo</h4> 10 + <h4 class="modal-title">{% trans 'Image selection' %}</h4>
11 </div> 11 </div>
12 <div class="modal-body"> 12 <div class="modal-body">
13 <img src="" id="image" style="max-width: 100%;"> 13 <img src="" id="image" style="max-width: 100%;">