Translated installer title

This commit is contained in:
Julian Prieber 2023-06-15 15:53:48 +02:00
parent 9229750d3b
commit 77c7488e5a
2 changed files with 4 additions and 1 deletions

View File

@ -667,6 +667,9 @@ return [
|
*/
# Title
'LinkStack setup' => 'LinkStack setup+',
'Setup LinkStack' => 'Setup LinkStack+',
'Welcome to the setup for LinkStack!' => 'Welcome to the setup for LinkStack!+',
'This setup will:' => 'This setup will:+',

View File

@ -10,7 +10,7 @@
@stack('installer-head')
<title>LinkStack setup</title>
<title>{{__('messages.LinkStack setup')}}</title>
@include('layouts.fonts')
<link rel="stylesheet" href="{{ asset('assets/external-dependencies/bootstrap-icons.css') }}">
<link rel="stylesheet" href="{{ asset('assets/linkstack/css/normalize.css') }}">