Zend certified PHP/Magento developer

Override Magento Module

I am trying to override authorization.phtml located in vendor/magento/module-customer/view/frontend/templates/account/link .

this file contains word “or” that appear between sign in or create account header link which i like to remove.

I have created the custom theme ( luma ) and created this path .

app/code/design/vendor/custom-luma/module-customer/view/frontend/templates/account/link/

and added modified authorization.phtml file . but the word still there .

i guess my override path is incorrect. if i make the change to the core file , it will work but not with current override .I have tried many variation of override and Naming folders as i found in default.xml section but to no avail . any suggestion ? thanks.