translate string on support form

LEARNER-3962
This commit is contained in:
Tasawer Nawaz
2018-01-31 15:28:28 +05:00
parent 0514e0a907
commit 0b04259856

View File

@@ -151,7 +151,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>