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,7 +22,7 @@ | ||
22 | </button> | 22 | </button> |
23 | </div> | 23 | </div> |
24 | <button type="button" class="btn btn-raised btn-default" data-dismiss="modal" id = "crop_cancel">{% trans 'Cancel' %}</button> | 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 | </div> | 26 | </div> |
27 | </div> | 27 | </div> |
28 | </div> | 28 | </div> |