JQuery Change Span Tag Text
$('.in-stock span').html("your new string");
Bored Buzzard
$('.in-stock span').html("your new string");