update submit cta

This commit is contained in:
julianajlk
2020-04-17 09:49:02 -04:00
parent cb0e6f2a4b
commit f5a1f07548

View File

@@ -117,7 +117,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>);