浏览代码

Update Help Center

Daniel Supernault 6 年之前
父节点
当前提交
d7ad4b36b0

+ 2 - 2
resources/views/site/help/getting-started.blade.php

@@ -1,9 +1,9 @@
-@extends('site.help.partial.template', ['breadcrumb'=>'Getting Started'])
+@extends('site.help.partial.template', ['breadcrumb'=>__('helpcenter.gettingStarted')])
 
 @section('section')
 
 <div class="title">
-	<h3 class="font-weight-bold">Getting Started</h3>
+	<h3 class="font-weight-bold">{{__('helpcenter.gettingStarted')}}</h3>
 </div>
 <hr>
 <p class="lead font-weight-light">Welcome to Pixelfed!</p>

+ 1 - 1
resources/views/site/help/partial/template.blade.php

@@ -6,7 +6,7 @@
   <div class="col-12">
     <div class="card mt-5">
       <div class="card-header font-weight-bold text-muted bg-white py-4">
-        <a href="{{route('site.help')}}" class="text-muted">Help Center</a>
+        <a href="{{route('site.help')}}" class="text-muted">{{__('helpcenter.helpcenter')}}</a>
         <span class="px-2 font-weight-light">&mdash;</span>
         {{ $breadcrumb ?? ''}}
       </div>