I want to override a template located here:
(magento_dir)/vendor/magento/module-offline-payments/view/frontend/web/template/payment/purchaseorder-form.html
I have done the override path liks this, but it is not working:
(magento_dir)/app/design/frontend/(VendorName)/(ThemeName)/Magento_Offline-Payments/view/frontend/web/template/payment/purchaseorder-form.html
I have already done this with Magento checkout module and it worked like the below:
Source path:
(magento_dir)/vendor/magento/module-checkout/...
My override path:
(magento_dir)/app/design/frontend/(VendorName)/(ThemeName)/Magento_Checkout/...
My current issue now is how I can translate "module-offline-payments" to something that works for the override path.
Can someone help?