Skip to content

Commit 85c3dde

Browse files
committed
Translated updater title
1 parent 77c7488 commit 85c3dde

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

resources/lang/en/messages.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,17 @@
717717
'App Name:' => 'App Name:+',
718718

719719

720+
/*
721+
|--------------------------------------------------------------------------
722+
| Updater/Update-Backup
723+
|--------------------------------------------------------------------------
724+
|
725+
|
726+
|
727+
*/
728+
729+
'Update LinkStack' => 'Update LinkStack+',
730+
720731
/*
721732
|--------------------------------------------------------------------------
722733
| Maintenance Page

resources/views/layouts/updater.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
@stack('updater-head')
1212

13-
<title>Update</title>
13+
<title>{{__('messages.Update LinkStack')}}</title>
1414
@include('layouts.fonts')
1515
<link rel="stylesheet" href="{{ asset('assets/linkstack/css/normalize.css') }}">
1616
<link rel="stylesheet" href="{{ asset('assets/linkstack/css/brands.css') }}">

0 commit comments

Comments
 (0)