]> BookStack Code Mirror - bookstack/blobdiff - resources/views/entities/list-item.blade.php
Removed test web route, extracted text, added test
[bookstack] / resources / views / entities / list-item.blade.php
index 5314c8446ce3b30822863cd5e4ec7865702c5dd0..2fadef1919360958f8acd014fd25116c62cac40d 100644 (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