diff --git a/src/components/tutorial/data/aboutApp.ts b/src/components/tutorial/data/aboutApp.ts index faf4606..1851980 100644 --- a/src/components/tutorial/data/aboutApp.ts +++ b/src/components/tutorial/data/aboutApp.ts @@ -1,10 +1,10 @@ type AboutApp = string[]; const aboutApp: AboutApp = [ - "An app that mimics a potty/star chart for a potty training toddler or child.", - "It can be used to track behavior, habits, diaper training, potty training (good luck), daily chores/tasks, or anything else you might want to track in a fun and visual way.", - "The final app will have settings to disable any mention of ABDL to allow a more general audience to use, such as for a master and pet relationship.", - "This is an alpha build of the app. Some functionality may not work as intended, is fully functional, and may be missing entirely." + "The Potty Chart is app that mimics a potty/star chart commonly used while potty training toddler or child.", + "The app can be used to track behavior, habits, diaper training, potty training (good luck), daily chores/tasks, or anything else you might want to track in a fun and visual way with colorful themes, stickers, and even receive encouraging messaged from your big/dom, followed, and friends.", + "The final app will have settings to disable any mentions and references of ABDL to allow a more general audience to use, such as for a master and pet relationship.", + "This is a beta build of the app. Some functionality may not work as intended, is not fully functional, and may be missing entirely." ]; export default aboutApp;