Add translations to AnsibleSelect

This commit is contained in:
Marliana Lara
2019-02-19 14:24:36 -05:00
parent 7567a6b36a
commit 9229c8e724
2 changed files with 12 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ class About extends React.Component {
<AboutModal
isOpen={isOpen}
onClose={onClose}
productName={i18n._(t`Ansible Tower`)}
productName="Ansible Tower"
trademark={i18n._(t`Copyright 2018 Red Hat, Inc.`)}
brandImageSrc={brandImg}
brandImageAlt={i18n._(t`Brand Image`)}