Ticket #6531: 6531-change-avatar-upload.patch
File 6531-change-avatar-upload.patch, 970 bytes (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/assets/_attachments/uploader.php
21 21 <div class="drag-drop-inside"> 22 22 <p class="drag-drop-info"><?php esc_html_e( 'Drop your file here', 'buddypress' ); ?></p> 23 23 <p><?php _ex( 'or', 'Uploader: Drop your file here - or - Select your File', 'buddypress' ); ?></p> 24 <p class="drag-drop-buttons"><input id="{{data.browse_button}}" type="button" value="<?php esc_attr_e( 'Select your File', 'buddypress' ); ?>" class="button" /></p> 24 <p class="drag-drop-buttons"> 25 <input id="{{data.browse_button}}" type="button" value="<?php esc_attr_e( 'Select your File', 'buddypress' ); ?>" class="button" /></p> 25 26 </div> 26 27 </div> 27 28 </div>