I am using the latesst CBSubs package and do the following
1. Click on subscription tab and then click on the list of invoices:
2. I click onto a single invoice:
From my point of view the column header 'State' is wrongly translated. In the corresponding file:
/components/com_comprofiler/plugin/language/cbpaidsubscriptions-XX-YY/language.php the follwing language ID is responsible for this:
'STATE_46a2a4' => 'State',
From my point of view this is not correct ....... the more suitable ID should be this:
'INVOICE_STATE_24ee55' => 'Invoice state',
Could you verify this?
regards