From ed7131e47c441d6db7d42948a3af15ef394a1517 Mon Sep 17 00:00:00 2001 From: Edwin Christie Date: Wed, 15 Jan 2025 10:10:34 -0500 Subject: [PATCH] chore: update stories for header and Simepage (ENG-58154) --- stories/Header.stories.js | 4 ++-- stories/SimplePage.stories.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stories/Header.stories.js b/stories/Header.stories.js index 3d66e9c..3c937f2 100644 --- a/stories/Header.stories.js +++ b/stories/Header.stories.js @@ -68,12 +68,12 @@ const platformMockValue = { 'href': null, 'children': [ { - 'title': 'Workflow Management', + 'title': 'Workflow management', 'href': '/admin/workflow_export_import', 'children': [], }, { - 'title': 'Create Workflow', + 'title': 'Create workflow', 'href': '/create_workflow/page', 'children': [], }, diff --git a/stories/SimplePage.stories.js b/stories/SimplePage.stories.js index 37493bf..5265a27 100644 --- a/stories/SimplePage.stories.js +++ b/stories/SimplePage.stories.js @@ -65,12 +65,12 @@ const platformMockValue = { 'href': null, 'children': [ { - 'title': 'Workflow Management', + 'title': 'Workflow management', 'href': '/admin/workflow_export_import', 'children': [], }, { - 'title': 'Create Workflow', + 'title': 'Create workflow', 'href': '/create_workflow/page', 'children': [], },