Cally, not kaly privacy policy

This commit is contained in:
Matt
2024-10-13 17:44:51 +02:00
parent 55adf88e6a
commit a8717a9a42

View File

@ -34,7 +34,7 @@ const SettingsPage = () => {
<Button
backgroundColor="white"
style={styles.mainBtn}
label="Manage my profile"
label="Manage My Profile"
color="#07b8c7"
iconSource={() => (
<ProfileIcon style={{marginRight: 10}} color="#07b9c8" />
@ -44,7 +44,7 @@ const SettingsPage = () => {
<Button
backgroundColor="white"
style={styles.mainBtn}
label="Calendar settings"
label="Calendar Settings"
color="#fd1775"
iconSource={() => (
<CalendarIcon style={{marginRight: 10}}/>
@ -56,7 +56,7 @@ const SettingsPage = () => {
<Button
backgroundColor="white"
style={styles.mainBtn}
label="To Do reward settings"
label="To-Do Reward Settings"
color="#ff9900"
iconSource={() => (
<Octicons