1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Extracted hardcoded english text to language files

Closes #3822
This commit is contained in:
Dan Brown
2022-11-10 13:30:48 +00:00
parent d520d6cab8
commit 4c75358abd
5 changed files with 7 additions and 4 deletions

View File

@ -25,7 +25,7 @@ $inheriting - Boolean if the current row should be marked as inheriting default
<div class="px-l flex-container-row items-center" refs="entity-permissions@everyone-inherit">
@include('form.custom-checkbox', [
'name' => 'entity-permissions-inherit',
'label' => 'Inherit defaults',
'label' => trans('entities.permissions_inherit_defaults'),
'value' => 'true',
'checked' => $inheriting
])