From 821520221b377c364b1b1537d3c7b30a045574a2 Mon Sep 17 00:00:00 2001 From: atrincas Date: Wed, 8 Jan 2025 09:28:17 +0100 Subject: [PATCH] fix: content intro-modal --- client/src/containers/intro-modal/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/containers/intro-modal/index.tsx b/client/src/containers/intro-modal/index.tsx index 2555c9ca..456c7d96 100644 --- a/client/src/containers/intro-modal/index.tsx +++ b/client/src/containers/intro-modal/index.tsx @@ -31,7 +31,7 @@ const introItems = [ { title: "Create custom projects", description: - "Design custom scenarios by modifying original parameters and exploring the resulting data in detail. Save your projects to revisit them anytime and quickly compare all the scenarios you’ve created.", + "Design custom scenarios by modifying default parameters and exploring the resulting data in detail. Save your projects to revisit them anytime and quickly compare all the scenarios you’ve created.", icon: ClipboardPenIcon, }, { @@ -41,7 +41,7 @@ const introItems = [ icon: FileQuestionIcon, }, { - title: "User area", + title: "Profile", description: "Access information about your personal account.", icon: UserIcon, },