From 1b4e5c495685c6dfbcc4e3417fb0fe037b4945b8 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Sat, 18 Sep 2021 16:51:08 +0200 Subject: [PATCH] tp: adapt variables for _insert_vue_address --- .../Resources/views/ThirdParty/update.html.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Bundle/ChillThirdPartyBundle/Resources/views/ThirdParty/update.html.twig b/src/Bundle/ChillThirdPartyBundle/Resources/views/ThirdParty/update.html.twig index 862eea893..e13fca14a 100644 --- a/src/Bundle/ChillThirdPartyBundle/Resources/views/ThirdParty/update.html.twig +++ b/src/Bundle/ChillThirdPartyBundle/Resources/views/ThirdParty/update.html.twig @@ -69,6 +69,8 @@ backUrl: path('chill_3party_3party_update', { thirdparty_id: thirdParty.id }), mode: 'new', buttonSize: 'btn-sm', + buttonText: 'Create a new address', + modalTitle: 'Create a new address', } %} {% endif %}