Merge pull request #23752 from edx/julianajlk/PROD-1482/change-cta
Update CTA text for Contact Us Page
This commit is contained in:
@@ -120,7 +120,7 @@ function LoggedInUser({ userInformation, setErrorState, zendeskApiHost, submitFo
|
||||
<button
|
||||
className="btn btn-primary btn-submit"
|
||||
onClick={submitForm}
|
||||
>{gettext('Submit')}</button>
|
||||
>{gettext('Create Support Ticket')}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>);
|
||||
|
||||
Reference in New Issue
Block a user