]> BookStack Code Mirror - bookstack/blobdiff - resources/views/errors/503.blade.php
Fixes typo causing the message not to be displayed
[bookstack] / resources / views / errors / 503.blade.php
index c79d0f68b8d877aade1b659b5904c5e6ea9c58c4..1ea39a7b8f1b3c59a9756d654ac22b97b43feadf 100644 (file)
@@ -3,8 +3,8 @@
 @section('content')
 
     <div class="container">
-        <h1 class="text-muted">{{ setting('app-name') }} is down right now</h1>
-        <p>It will be back up soon.</p>
+        <h1 class="text-muted">{{ trans('errors.app_down', ['appName' => setting('app-name')]) }}</h1>
+        <p>{{ trans('errors.back_soon') }}</p>
     </div>
 
 @stop
\ No newline at end of file