Skip to content

Commit d4d2edd

Browse files
authored
Update 503.blade.php
1 parent 0323cf1 commit d4d2edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Exceptions/views/503.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
@section('title', 'Service Unavailable')
44

5-
@section('message', __($exception->getMessage() ?: 'Service Unavailable'))
5+
@section('message', __($exception->getMessage() ?: 'Be right back.'))

0 commit comments

Comments
 (0)