Error with image attachment page navigation

In the image attachment template (image.php) there must be something wrong with the following lines

<div class="nav-previous"><?php previous_image_link( false, esc_html__( '<i class="fa fa-chevron-left"></i> Previous', 'sparkling' ) ); ?></div>
								<div class="nav-next"><?php next_image_link( false, esc_html__( 'Next <i class="fa fa-chevron-right"></i>', 'sparkling' ) ); ?></div>

Instead of Next/Previous buttons you get buttons that say “<i class=“fa fa-chevron-left”></i> Previous” and “Next <i class=“fa fa-chevron-right”></i>”

Nevermind, it’s late and I somehow saw every post except for the one that has my exact same issue.

This is know issue and is already fixed in the Github version for this theme. It will take some time for WordPress team to approve this update before it becomes available for everyone but update is on its way.

Sorry for inconvenience.