From 32514c9ab1d4d1ed9dd4ecc207ab26e819988861 Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 2 Jun 2025 08:45:19 +1000 Subject: [PATCH] Remove the warning about multi-language tags, PLA handles them fine now --- resources/views/frames/dn.blade.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/views/frames/dn.blade.php b/resources/views/frames/dn.blade.php index 0dab1495..480ebcac 100644 --- a/resources/views/frames/dn.blade.php +++ b/resources/views/frames/dn.blade.php @@ -50,10 +50,6 @@
This entry has [{!! $x->flatten()->join(', ') !!}] tags used by [{!! $x->keys()->join(', ') !!}] that cant be managed by PLA. You can though manage those tags with an LDIF import.
- @elseif(($x=$o->getLangMultiTags())->count()) -
- This entry has multi-language tags used by [{!! $x->keys()->join(', ') !!}] that cant be managed by PLA. You can though manage those lang tags with an LDIF import. -
@endif