|
1 | 1 | import { defineMessages } from 'react-intl'; |
2 | 2 |
|
3 | 3 | const messages = defineMessages({ |
4 | | - advancedContentInsightsTitle: { |
5 | | - defaultMessage: 'Advanced Insights', |
| 4 | + advancedContentInsightsTitleEnabled: { |
| 5 | + defaultMessage: 'Engagement Insights is activated', |
6 | 6 | description: 'Advanced Content Insights toggle title', |
7 | | - id: 'boxui.advancedContentInsights.advancedContentInsightsTitle', |
| 7 | + id: 'boxui.advancedContentInsights.advancedContentInsightsTitleEnabled', |
| 8 | + }, |
| 9 | + advancedContentInsightsTitleDisabled: { |
| 10 | + defaultMessage: 'Activate Engagement Insights', |
| 11 | + description: 'Advanced Content Insights toggle title', |
| 12 | + id: 'boxui.advancedContentInsights.advancedContentInsightsTitleDisabled', |
8 | 13 | }, |
9 | 14 | advancedContentInsightsDescription: { |
10 | 15 | defaultMessage: |
11 | | - 'Get actionable insights into how viewers are engaging with this content. Measure average time spent, page-by-page engagement, per person and per visit details. {helpLink}', |
| 16 | + 'Get actionable insights into how viewers are engaging with this content. Measure average time spent, page-by-page engagement, per person and per visit details.', |
12 | 17 | description: 'Description text about advanced content insights.', |
13 | 18 | id: 'boxui.advancedContentInsights.advancedContentInsightsDescription', |
14 | 19 | }, |
15 | | - learnMore: { |
16 | | - defaultMessage: 'Learn more.', |
17 | | - description: |
18 | | - 'Text for a link that goes to an external page with more information about Advanced Content Insights', |
19 | | - id: 'boxui.advancedContentInsights.learnMore', |
20 | | - }, |
21 | 20 | }); |
22 | 21 |
|
23 | 22 | export default messages; |
0 commit comments