diff --git a/resources/views/panel/diagnose.blade.php b/resources/views/panel/diagnose.blade.php index da40b50..71f3f45 100644 --- a/resources/views/panel/diagnose.blade.php +++ b/resources/views/panel/diagnose.blade.php @@ -5,12 +5,12 @@ ✔️"; -$wfalse = "
Here, you can easily verify if important system files can be written to. This is important for every function to work properly. Entries marked with a '✔️' work as expected, entries marked with a '❌' do not.
+{{__('messages.Write access.description.1-3')}} '✔️' {{__('messages.Write access.description.2-3')}} '❌' {{__('messages.Write access.description.3-3')}}
File | -Hover for more | +{{__('messages.File')}} | +{{__('messages.Hover for more')}} |
---|
Here, you can easily verify if critical system files can be accessed externally. It is important that these files cannot be accessed, otherwise user data like passwords could get leaked. Entries marked with a '✔️' cannot be accessed externally, entries marked with a '❗' can be accessed by anyone and require immediate action to protect your data.
+{{__('messages.security.risk.1-3')}} '✔️' {{__('messages.security.risk.2-3')}} '❗' {{__('messages.security.risk.3-3')}}
Link | -Hover for more | +{{__('messages.Link')}} | +{{__('messages.Hover for more')}} |
---|