Change the next thumbnail to text

The WordPress function next_image_link() do accept a second parameter $text which will show up instead of a thumbnail image.

Example –

<?php next_image_link( false, 'Next Image' ); ?>