Commit c4be243732ddc5f319bddead8e4025014a877bd0
1 parent
d049c23e
Exists in
master
and in
3 other branches
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 | <button type="button" class="close" data-dismiss="modal" aria-label="Close"> |
8 | 8 | <span aria-hidden="true">×</span> |
9 | 9 | </button> |
10 | - <h4 class="modal-title">Crop the photo</h4> | |
10 | + <h4 class="modal-title">{% trans 'Image selection' %}</h4> | |
11 | 11 | </div> |
12 | 12 | <div class="modal-body"> |
13 | 13 | <img src="" id="image" style="max-width: 100%;"> | ... | ... |