You can customize the COD Fee label shown to customers.
For OpenCart 2/3:
Edit:
catalog/language/your-language/extension/total/cod_fee.php
You will find:
$_['text_cod_fee'] = 'Cash on Delivery Fee';
Change the text as needed.
For OpenCart 4:
Edit:
catalog/language/your-language/extension/huntbee_codfee/total/cod_fee.php
Modify the same text variable.
If you use multiple languages, update each language folder separately.