Merge pull request #366 from cisagov/ik/next-button-text

Change next and save button text
This commit is contained in:
Igor Korenfeld 2023-01-17 14:10:08 -05:00 committed by GitHub
commit 80f8748f39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@
name="submit_button"
value="next"
class="usa-button"
>Next</button>
>Save and continue</button>
{% else %}
<button
type="submit"
@ -61,7 +61,7 @@
name="submit_button"
value="save"
class="usa-button usa-button--outline"
>Save</button>
>Save progress</button>
</div>
</main>