Hi @sweb ,
As @Lucas001 mentioned the profile web-page is handled with different way, so you can handle your request by using jQuery as shown below
First inspect and get the id for the submit button as shown below

Then put your JS inside the custom JS area as shown below
$('#ContentContainer_MainContent_MainContent_ContentBottom_SubmitButton').attr('value', 'Submit');

If this post helps you with your problem, please mark this answer as Accepted Solution.
If you like my response, please give it a Thumbs Up.