{{ __('System Settings') }}

@if ($currentLogo) @endif @if ($siteLogo && is_object($siteLogo)) @if (str_contains($siteLogo->getMimeType(), 'svg'))

{{ __('SVG selected: :name', ['name' => $siteLogo->getClientOriginalName()]) }}

@else

{{ __('Preview:') }}

@endif @endif
@if ($hasSystemPassword) @endif {{-- How the upload page offers random share passwords (App\Services\PasswordGeneratorService). The example is drawn from the form as it stands, before saving. --}} @if ($passwordGeneratorMode !== 'off') @if ($passwordGeneratorType === 'passphrase') @else @endif @if ($passwordExample) @endif @endif
{{ __('The upload and download pages show the default mark again.') }} {{ __('Anyone who can reach the upload page can upload files again.') }}