mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-03 18:30:47 +00:00
Merge pull request #3 from eufelipemateus/translate-guest-pages
fix(traslate) Main Title Index
This commit is contained in:
commit
344a1444ed
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
<span class="font-weight-bold h3 ml-2 pt-2">Pixelfed</span>
|
||||
</div>
|
||||
<div class="d-block d-md-none">
|
||||
<p class="font-weight-bold mb-0 text-center">__('site.mainTitle')</p>
|
||||
<p class="font-weight-bold mb-0 text-center">{{ __('site.mainTitle') }}</p>
|
||||
</div>
|
||||
<div class="card my-4 shadow-none border">
|
||||
<div class="card-body px-lg-5">
|
||||
|
|
Loading…
Reference in a new issue