Privacy icon wrongly displayed on uploader [tiny bug - with solution]

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 :wink:

Cheers,
–Olivier

Thanks Olivier, we will change that :slight_smile: