Can't determine value of first argument to _t(). Use a simpler value.
After this has been merged, I'll open a PR for CMS 6 to change __CLASS__ here to __TRAIT__ instead. There's no reason for these to be per-class, and the text collector knows how to handle __TRAIT__ so it won't cause problems there.
Fixes https://github.com/silverstripe/silverstripe-mfa/actions/runs/10278330127/job/28442156742
After this has been merged, I'll open a PR for CMS 6 to change
__CLASS__
here to__TRAIT__
instead. There's no reason for these to be per-class, and the text collector knows how to handle__TRAIT__
so it won't cause problems there.Issue