Update text on confirmation button

This commit is contained in:
George Drummond 2019-03-18 11:13:28 -04:00
parent d0522303d5
commit d16d233145
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -102,6 +102,8 @@
{{
ConfirmationButton(
btn_text="Resend Invitation",
confirm_btn="Resend",
confirm_msg="Are you sure you'd like to resend this invitation?",
action=url_for(
"portfolios.resend_invite",
portfolio_id=portfolio.id,