dropped translation tag

This commit is contained in:
Daniel Sami
2020-09-09 14:39:54 -04:00
parent 678dcad437
commit fe115fdd16

View File

@@ -69,7 +69,6 @@ function CustomMessagesSubForm({ defaultMessages, type, i18n }) {
css="margin-bottom: var(--pf-c-content--MarginBottom)" css="margin-bottom: var(--pf-c-content--MarginBottom)"
> >
<small> <small>
<Trans>
Use custom messages to change the content of notifications sent Use custom messages to change the content of notifications sent
when a job starts, succeeds, or fails. Use curly braces to when a job starts, succeeds, or fails. Use curly braces to
access information about the job:{' '} access information about the job:{' '}
@@ -94,7 +93,6 @@ function CustomMessagesSubForm({ defaultMessages, type, i18n }) {
Ansible Tower documentation Ansible Tower documentation
</a>{' '} </a>{' '}
for more details. for more details.
</Trans>
</small> </small>
</Text> </Text>
<FormFullWidthLayout> <FormFullWidthLayout>