diff --git a/webapp/channels/src/components/cloud_preview_modal/preview_modal_content_data.ts b/webapp/channels/src/components/cloud_preview_modal/preview_modal_content_data.ts index e13faff82f..183b299e97 100644 --- a/webapp/channels/src/components/cloud_preview_modal/preview_modal_content_data.ts +++ b/webapp/channels/src/components/cloud_preview_modal/preview_modal_content_data.ts @@ -90,7 +90,7 @@ export const modalContent: PreviewModalContentData[] = [ }), subtitle: defineMessage({ id: 'cloud_preview_modal.missionops.playbooks.subtitle', - defaultMessage: 'Unlock powerful workflows tailored to real-world complexity. When conditions change, define tasks for the Playbook to evolve with your dynamic processes.', + defaultMessage: 'Move faster and make fewer mistakes with checklist-based automations that power your team’s workflows.', }), videoUrl: 'https://mattermost-cloud-preview-assets.s3.us-east-2.amazonaws.com/missionops/modal-assets/playbook-properties.jpg', useCase: 'mission-ops', @@ -204,7 +204,7 @@ export const modalContent: PreviewModalContentData[] = [ }), subtitle: defineMessage({ id: 'cloud_preview_modal.devsecops.playbooks.subtitle', - defaultMessage: 'Unlock powerful workflows tailored to real-world complexity. When conditions change, define tasks for the Playbook to evolve with your dynamic processes.', + defaultMessage: 'Move faster and make fewer mistakes with checklist-based automations that power your team’s workflows.', }), videoUrl: 'https://mattermost-cloud-preview-assets.s3.us-east-2.amazonaws.com/devsecops/modal-assets/playbook-properties.jpg', useCase: 'dev-sec-ops', @@ -318,7 +318,7 @@ export const modalContent: PreviewModalContentData[] = [ }), subtitle: defineMessage({ id: 'cloud_preview_modal.cyberdefense.playbooks.subtitle', - defaultMessage: 'Unlock powerful workflows tailored to real-world complexity. When conditions change, define tasks for the Playbook to evolve with your dynamic processes.', + defaultMessage: 'Move faster and make fewer mistakes with checklist-based automations that power your team’s workflows.', }), videoUrl: 'https://mattermost-cloud-preview-assets.s3.us-east-2.amazonaws.com/cyberdefense/modal-assets/playbook-properties.jpg', useCase: 'cyber-defense', diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index 9462f0b06c..27ce2b4916 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -3740,7 +3740,7 @@ "cloud_preview_modal.cyberdefense.messaging.subtitle": "Bring conversations and context together in one secure platform. Communicate with urgency using priority levels, persistent notifications, and acknowledgments—so critical messages are seen and acted on when every second counts.", "cloud_preview_modal.cyberdefense.messaging.title": "Messaging built for action, not noise", "cloud_preview_modal.cyberdefense.playbooks.sku_label": "ENTERPRISE", - "cloud_preview_modal.cyberdefense.playbooks.subtitle": "Unlock powerful workflows tailored to real-world complexity. When conditions change, define tasks for the Playbook to evolve with your dynamic processes.", + "cloud_preview_modal.cyberdefense.playbooks.subtitle": "Move faster and make fewer mistakes with checklist-based automations that power your team’s workflows.", "cloud_preview_modal.cyberdefense.playbooks.title": "Build smart Playbooks for advanced workflows", "cloud_preview_modal.cyberdefense.profiles.sku_label": "ENTERPRISE", "cloud_preview_modal.cyberdefense.profiles.subtitle": "Create tailored user profiles with custom attributes like role, location, or clearance level to reflect your organization's structure. Help teams understand who they're working with and how to collaborate more effectively.", @@ -3758,7 +3758,7 @@ "cloud_preview_modal.devsecops.messaging.subtitle": "Bring conversations and context together in one secure platform. Communicate with urgency using priority levels, persistent notifications, and acknowledgments—so critical messages are seen and acted on when every second counts.", "cloud_preview_modal.devsecops.messaging.title": "Messaging built for action, not noise", "cloud_preview_modal.devsecops.playbooks.sku_label": "ENTERPRISE", - "cloud_preview_modal.devsecops.playbooks.subtitle": "Unlock powerful workflows tailored to real-world complexity. When conditions change, define tasks for the Playbook to evolve with your dynamic processes.", + "cloud_preview_modal.devsecops.playbooks.subtitle": "Move faster and make fewer mistakes with checklist-based automations that power your team’s workflows.", "cloud_preview_modal.devsecops.playbooks.title": "Build smart Playbooks for advanced workflows", "cloud_preview_modal.devsecops.profiles.sku_label": "ENTERPRISE", "cloud_preview_modal.devsecops.profiles.subtitle": "Create tailored user profiles with custom attributes like role, location, or clearance level to reflect your organization's structure. Help teams understand who they're working with and how to collaborate more effectively.", @@ -3779,7 +3779,7 @@ "cloud_preview_modal.missionops.messaging.subtitle": "Bring conversations and context together in one secure platform. Communicate with urgency using priority levels, persistent notifications, and acknowledgments—so critical messages are seen and acted on when every second counts.", "cloud_preview_modal.missionops.messaging.title": "Messaging built for action, not noise", "cloud_preview_modal.missionops.playbooks.sku_label": "ENTERPRISE", - "cloud_preview_modal.missionops.playbooks.subtitle": "Unlock powerful workflows tailored to real-world complexity. When conditions change, define tasks for the Playbook to evolve with your dynamic processes.", + "cloud_preview_modal.missionops.playbooks.subtitle": "Move faster and make fewer mistakes with checklist-based automations that power your team’s workflows.", "cloud_preview_modal.missionops.playbooks.title": "Build smart Playbooks for advanced workflows", "cloud_preview_modal.missionops.profiles.sku_label": "ENTERPRISE", "cloud_preview_modal.missionops.profiles.subtitle": "Create tailored user profiles with custom attributes like role, location, or clearance level to reflect your organization's structure. Help teams understand who they're working with and how to collaborate more effectively.",