refactor: remove translation

This commit is contained in:
Shivam Mishra 2020-06-17 18:43:59 +05:30
parent 2462f07c87
commit 6e231ae0cb

View File

@ -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>