diff --git a/crm/public/videos/changeDealStatus.mov b/crm/public/videos/changeDealStatus.mov new file mode 100644 index 00000000..eccdfecc Binary files /dev/null and b/crm/public/videos/changeDealStatus.mov differ diff --git a/crm/public/videos/change_deal_status.mov b/crm/public/videos/change_deal_status.mov deleted file mode 100644 index 72ed6b98..00000000 Binary files a/crm/public/videos/change_deal_status.mov and /dev/null differ diff --git a/crm/public/videos/convertToDeal.mov b/crm/public/videos/convertToDeal.mov new file mode 100644 index 00000000..9da4b454 Binary files /dev/null and b/crm/public/videos/convertToDeal.mov differ diff --git a/crm/public/videos/convert_to_deal.mov b/crm/public/videos/convert_to_deal.mov deleted file mode 100644 index 13c6c26a..00000000 Binary files a/crm/public/videos/convert_to_deal.mov and /dev/null differ diff --git a/frontend/src/components/Layouts/AppSidebar.vue b/frontend/src/components/Layouts/AppSidebar.vue index 58c54b52..f0df5e57 100644 --- a/frontend/src/components/Layouts/AppSidebar.vue +++ b/frontend/src/components/Layouts/AppSidebar.vue @@ -349,7 +349,7 @@ const steps = reactive([ currentStep.value = { title: __('Convert lead to deal'), buttonLabel: __('Convert'), - videoURL: '/assets/crm/videos/convert_to_deal.mov', + videoURL: '/assets/crm/videos/convertToDeal.mov', onClick: async () => { showIntermediateModal.value = false currentStep.value = {} @@ -456,7 +456,7 @@ const steps = reactive([ currentStep.value = { title: __('Change deal status'), buttonLabel: __('Change'), - videoURL: '/assets/crm/videos/change_deal_status.mov', + videoURL: '/assets/crm/videos/changeDealStatus.mov', onClick: async () => { showIntermediateModal.value = false currentStep.value = {}