Hi @Anonymous ,
Kindly check for content snippet called Account/Register/PageCopy. If it is not present, create new content snippet with same name type as HTML.
In value, write js snippet for onload
<script>
$(document).ready(function(){
using DOM, retrieve respective element and change innertext ot innerhtml of the element's property.
});
</script>
Regards,
Prakash