mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-06 12:02:45 +03:00
Removed test web route, extracted text, added test
This commit is contained in:
@@ -24,6 +24,7 @@ return [
|
||||
'meta_updated_name' => 'Updated :timeLength by :user',
|
||||
'meta_owned_name' => 'Owned by :user',
|
||||
'entity_select' => 'Entity Select',
|
||||
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
|
||||
'images' => 'Images',
|
||||
'my_recent_drafts' => 'My Recent Drafts',
|
||||
'my_recently_viewed' => 'My Recently Viewed',
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user