Skip to content

Commit

Permalink
Merge pull request #572 from ouranos/feature/778-intercom-secret
Browse files Browse the repository at this point in the history
[MNOE-778] Improve Intercom settings wording
  • Loading branch information
ouranos authored Nov 9, 2017
2 parents 4fe9eee + 8b96c14 commit eb619b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/config/initializers/00_tenant_config_schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
},
api_secret: {
type: "string",
title: "Intercom API secret",
description: "Secure mode secret",
title: "Intercom identity verification secret",
description: "<a href='https://docs.intercom.com/configure-intercom-for-your-product-or-site/staying-secure/enable-identity-verification-on-your-web-product'>Learn more about web identity verification</a>",
default: ENV['INTERCOM_API_SECRET'].presence || ''
},
token: {
Expand Down

0 comments on commit eb619b4

Please sign in to comment.