Removed test web route, extracted text, added test

This commit is contained in:
Dan Brown
2022-07-17 10:18:24 +01:00
parent 8f90996cef
commit e6e6d25974
4 changed files with 18 additions and 9 deletions

View File

@ -4,7 +4,7 @@
@if($locked ?? false)
<div class="text-warn my-xxs bold">
@icon('lock')You don't have the required permissions to select this item.
@icon('lock'){{ trans('entities.entity_select_lack_permission') }}
</div>
@endif