Not sure if I understand you correctly but hopefully the following may help...
Your image logo is rendered by the following in your templates header.php (../templates/j51_renovate/php/layouts/header.php - line64)...
<h1 class="logo"> <a href="/index.php" title="<?php echo $siteName; ?>"><span>
<?php echo $siteName; ?>
</span></a> </h1>
To put in your own alt text replace the following with the text of your choice...
<?php echo $siteName; ?>
Ciarán