To change the text "Live Demo", please open the file: \templates\purity_iii\html\com_content\category\portfolio_item.php, find the code:
<?php if ($attribs->get('portfolio-demo')) : ?>
<p class="item-demo-url">
<a class="btn btn-default" href="/<?php echo $attribs->get('portfolio-demo') ?>">Live Demo</a>
</p>
<?php endif ?>
Now change the text Live Demo to whatever you want.
Gardner.