I’m translating some string to Spanish and I’ve found “class custom fields:” string located in share/html/Admin/Articles/Classes/Modify.html line 152.
I’m not able to see this string in the UI (I prefer to look at the context before translate any string). Does someone know if this piece of code is obsolete?
150: % my $CFs = $ClassObj->CustomFields;
151: % if ($CFs->Count) {
152: <h5 class="mt-3"><&|/l&>Class Custom Fields:</&></h5>
153: <& /Elements/EditCustomFields, Object => $ClassObj &>
154: % }
I’ve added a custom field to the article class but I can’t see this string in any page when editing the article class.