refactor: remove translation
diff --git a/erpnext/www/support/index.html b/erpnext/www/support/index.html
index 491604f..2b1c282 100644
--- a/erpnext/www/support/index.html
+++ b/erpnext/www/support/index.html
@@ -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>