Commit d049c23e4542734472856f4e53c4c9eb21871f6b
1 parent
0c93698f
Exists in
master
and in
3 other branches
Changed 'crop' to 'save image' in the button
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
users/templates/users/modal_crop.html
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | </button> |
23 | 23 | </div> |
24 | 24 | <button type="button" class="btn btn-raised btn-default" data-dismiss="modal" id = "crop_cancel">{% trans 'Cancel' %}</button> |
25 | - <button type="button" class="btn btn-success btn-raised post-button js-crop-and-upload">{% trans 'Crop' %} </button> | |
25 | + <button type="button" class="btn btn-success btn-raised post-button js-crop-and-upload">{% trans 'Save Image' %} </button> | |
26 | 26 | </div> |
27 | 27 | </div> |
28 | 28 | </div> | ... | ... |