Merge pull request #17363 from edx/tasawer/learner-3962/translate-contact-us-form

translate string on support form
This commit is contained in:
Tasawer Nawaz
2018-04-16 11:52:14 +05:00
committed by GitHub

View File

@@ -152,7 +152,7 @@ class RenderForm extends React.Component {
<a
href={this.props.context.marketingUrl}
className="btn btn-secondary help-button"
>{`Search the ${this.props.context.platformName} Help Center`}</a>
>{gettext(`Search the ${this.props.context.platformName} Help Center`)}</a>
</div>
</div>