From d8b2d3cd901d81de8dc5de7a89e04acf7ea79ecb Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Thu, 2 Sep 2021 22:19:03 +0200 Subject: [PATCH] rename address-render-box component (cfr b9602aa72 - file had been moved and renamed, now we just rename component name into import and template ) --- .../public/vuejs/Address/components/ShowAddressPane.vue | 6 +++--- .../AccompanyingCourse/components/ButtonLocation.vue | 6 +++--- .../AccompanyingCourse/components/CourseLocation.vue | 8 ++++---- .../public/vuejs/AccompanyingCourseWorkEdit/App.vue | 8 ++++---- .../vuejs/HouseholdMembersEditor/components/Household.vue | 6 +++--- .../vuejs/_components/Entity/HouseholdRenderBox.vue | 6 +++--- .../public/vuejs/_components/Entity/PersonRenderBox.vue | 6 +++--- .../vuejs/_components/Entity/ThirdPartyRenderBox.vue | 6 +++--- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/Address/components/ShowAddressPane.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/Address/components/ShowAddressPane.vue index 738c1ab08..d3894f972 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/Address/components/ShowAddressPane.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/Address/components/ShowAddressPane.vue @@ -11,7 +11,7 @@ {{ $t(getSuccessText) }} - +

{{ $t(getValidFromDateText) }}

@@ -48,12 +48,12 @@