diff --git a/resources/views/site/help/getting-started.blade.php b/resources/views/site/help/getting-started.blade.php index b2161c37..f2956733 100644 --- a/resources/views/site/help/getting-started.blade.php +++ b/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')
Welcome to Pixelfed!
diff --git a/resources/views/site/help/partial/template.blade.php b/resources/views/site/help/partial/template.blade.php index 4156777b..74431b81 100644 --- a/resources/views/site/help/partial/template.blade.php +++ b/resources/views/site/help/partial/template.blade.php @@ -6,7 +6,7 @@