refactor: remove translation
This commit is contained in:
parent
2462f07c87
commit
6e231ae0cb
@ -4,7 +4,7 @@
|
||||
<section class="section section-padding-top section-padding-bottom">
|
||||
<div class='container'>
|
||||
<div class="hero-content">
|
||||
<h1 class="hero-title">{{ _(greeting_title) or _("We're here to help") }}</h1>
|
||||
<h1 class="hero-title">{{ greeting_title or _("We're here to help") }}</h1>
|
||||
<p class="hero-subtitle">{{ greeting_subtitle or _("Browse help topics.") }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user