diff --git a/resources/lang/en/settings.php b/resources/lang/en/settings.php index 658a793e..61ccdef7 100644 --- a/resources/lang/en/settings.php +++ b/resources/lang/en/settings.php @@ -6,12 +6,16 @@ 'app_settings' => 'Application Settings', 'timezone' => 'Timezone', - 'private_default' => 'Private Links by default', - 'private_default_help' => 'Enabling this will make all new links private by default', 'date_format' => 'Date Format', 'time_format' => 'Time Format', 'listitem_count' => 'Number of Items in Lists', + 'private_default' => 'Private Links by default', + 'private_default_help' => 'Enabling this will make all new links private by default', + + 'notes_private_default' => 'Private Notes by default', + 'notes_private_default_help' => 'Enabling this will make all new notes private by default', + 'sharing' => 'Link Sharing', 'sharing_help' => 'Enable all services you want to display for links, to be able to share them easily with one click.', 'sharing_toggle' => 'Toggle all on/off', diff --git a/resources/views/actions/settings/partials/app-settings.blade.php b/resources/views/actions/settings/partials/app-settings.blade.php index f7417f0b..324f57b4 100644 --- a/resources/views/actions/settings/partials/app-settings.blade.php +++ b/resources/views/actions/settings/partials/app-settings.blade.php @@ -15,7 +15,7 @@ @lang('settings.timezone') - - @@ -83,7 +85,7 @@ class="custom-select{{ $errors->has('notes_private_default') ? ' is-invalid' : '

@endif - + @@ -172,3 +174,11 @@ class="custom-select{{ $errors->has('listitem_count') ? ' is-invalid' : '' }}"> + +@push('scripts') + +@endpush diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 2b33a414..f0360691 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -13,7 +13,7 @@
@csrf - +