mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
Merge pull request #366 from cisagov/ik/next-button-text
Change next and save button text
This commit is contained in:
commit
80f8748f39
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue