Hello Everyone,
Can some one please assist me with with the following.I'm trying to change the text in the help center form from submit a request to submit a query. I have got this to work on the header and at the top of the submit a request page. I can't get the bigger text of submit a request to update to submit a query.
I have added the code below that I'm using:
<div class="container-divider"></div>
<div class="container">
<nav class="sub-nav">
<ol class="breadcrumbs">
<li title="{{help_center.name}}">{{#link 'help_center'}}{{help_center.name}}{{/link}}</li>
<li title="Submit a Query">Submit a Query</li>
</ol>
{{search submit=false}}
</nav>
<h1>
{{t 'submit_a_request'}} - I believe I change the text in this box but when I do it just goes blank
{{#if follow_up}}
<span class="follow-up-hint">
{{follow_up}}
</span><div>
{{/if}}
</h1>
<div class="form">
{{request_form}}
</div>
</div>
Screenshot below of what did update with the code and what did not update.

Can anyone please assist me with this and provide the full code required for this.
Thank you.
Anton