mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 20:49:41 +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"
|
name="submit_button"
|
||||||
value="next"
|
value="next"
|
||||||
class="usa-button"
|
class="usa-button"
|
||||||
>Next</button>
|
>Save and continue</button>
|
||||||
{% else %}
|
{% else %}
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
name="submit_button"
|
name="submit_button"
|
||||||
value="save"
|
value="save"
|
||||||
class="usa-button usa-button--outline"
|
class="usa-button usa-button--outline"
|
||||||
>Save</button>
|
>Save progress</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue