diff --git a/awx/ui/src/screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js b/awx/ui/src/screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js
index 6244214939..623120ba2d 100644
--- a/awx/ui/src/screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js
+++ b/awx/ui/src/screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js
@@ -76,6 +76,7 @@ function CredentialTypeDetails({ credentialType }) {
rows={6}
name="input"
dataCy="credential-type-detail-input"
+ helpText={t`Input schema which defines a set of ordered fields for that type.`}
/>
{inventory.name}
diff --git a/awx/ui/src/screens/Organization/OrganizationDetail/OrganizationDetail.js b/awx/ui/src/screens/Organization/OrganizationDetail/OrganizationDetail.js
index 333a53bde7..4dfbc4247e 100644
--- a/awx/ui/src/screens/Organization/OrganizationDetail/OrganizationDetail.js
+++ b/awx/ui/src/screens/Organization/OrganizationDetail/OrganizationDetail.js
@@ -94,12 +94,22 @@ function OrganizationDetail({ organization }) {
/>
{license_info?.license_type !== 'open' && (
-
+
)}
-