We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9229750 commit 77c7488Copy full SHA for 77c7488
resources/lang/en/messages.php
@@ -667,6 +667,9 @@
667
|
668
*/
669
670
+ # Title
671
+ 'LinkStack setup' => 'LinkStack setup+',
672
+
673
'Setup LinkStack' => 'Setup LinkStack+',
674
'Welcome to the setup for LinkStack!' => 'Welcome to the setup for LinkStack!+',
675
'This setup will:' => 'This setup will:+',
resources/views/layouts/installing.blade.php
@@ -10,7 +10,7 @@
10
11
@stack('installer-head')
12
13
- <title>LinkStack setup</title>
+ <title>{{__('messages.LinkStack setup')}}</title>
14
@include('layouts.fonts')
15
<link rel="stylesheet" href="{{ asset('assets/external-dependencies/bootstrap-icons.css') }}">
16
<link rel="stylesheet" href="{{ asset('assets/linkstack/css/normalize.css') }}">
0 commit comments