Hey,
Just to let you know that the fontawesome icon used for privacy in the uploader was wrongly positioned.
(it’s just being out of the label tag)
so in file RTMediaUploadView.php line 65
Change this:
$privacy = " " . __('Privacy: ', ‘rtmedia’) . “” . $up_privacy . “”;
to this:
$privacy = " " . __('Privacy: ', ‘rtmedia’) . “” . $up_privacy . “”;
thanks again for the great plugin
Cheers,
–Olivier