Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 2e02ec9

Browse files
GitHub backups copy update - use "daily" instead of "12 pm"
1 parent a793d3e commit 2e02ec9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/src/main/java/com/ivy/wallet/backup/github/ui/GitHubBackupCard.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private fun BackupEnabled(
9696
Spacer(modifier = Modifier.height(16.dp))
9797
Text(
9898
modifier = Modifier,
99-
text = "Ivy Wallet will try to perform an automatic backup of your data every day around 12 PM.",
99+
text = "Ivy Wallet will try to perform an automatic daily backup of your data.",
100100
style = MaterialTheme.typography.labelMedium,
101101
textAlign = TextAlign.Start,
102102
fontWeight = FontWeight.Normal,

app/src/main/java/com/ivy/wallet/backup/github/ui/GitHubBackupScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ private fun InfoButton(
220220
private fun ColumnScope.HeaderInfo() {
221221
Text(
222222
modifier = Modifier,
223-
text = "Ivy Wallet will try to perform an automatic backup of your data every day around 12 PM.",
223+
text = "Ivy Wallet will try to perform an automatic daily backup of your data.",
224224
style = MaterialTheme.typography.bodyMedium,
225225
textAlign = TextAlign.Start,
226226
)

app/src/main/java/com/ivy/wallet/domain/deprecated/logic/CustomerJourneyLogic.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ class CustomerJourneyLogic(
197197
trnCount >= 18
198198
},
199199
title = "GitHub auto-backups",
200-
description = "Keep you data safe! Ivy Wallet can perform an automatic backup" +
201-
" of your data every day around 12 PM in a private GitHub repo of your choice.",
200+
description = "Keep you data safe! Ivy Wallet can perform an automatic daily backup" +
201+
" of your data in a private GitHub repo of your choice.",
202202
cta = "Enable",
203203
ctaIcon = R.drawable.github_logo,
204204
background = Gradient.solid(Blue3),

0 commit comments

Comments
 (0)