Modify Powered by wordpress using footer.php

Hi, thanks for your help

I’m looking to modify the Powered by Wordpress link in the footer using the footer.php method. What do I modify in this code? Is it the <?php shapely_footer_info(); ?> line?

?>

</div><!-- #main
</section><!-- section →

<footer id=“colophon” class=“site-footer footer bg-dark” role=“contentinfo”>

		&lt;/div&gt;&lt;!-- .site-info --&gt;
		
			
		
	&lt;/div&gt;
&lt;/div&gt;

<a href="#top">&lt;i class="fa fa-angle-up"&gt;&lt;/i&gt;</a>

</footer><!-- #colophon
</div>
</div><!-- #page

<?php wp_footer(); ?>

</body>
</html>

Thanks so much.