Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
GitHub backups copy update - use "daily" instead of "12 pm"
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Aug 29, 2023
1 parent a793d3e commit 2e02ec9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private fun BackupEnabled(
Spacer(modifier = Modifier.height(16.dp))
Text(
modifier = Modifier,
text = "Ivy Wallet will try to perform an automatic backup of your data every day around 12 PM.",
text = "Ivy Wallet will try to perform an automatic daily backup of your data.",
style = MaterialTheme.typography.labelMedium,
textAlign = TextAlign.Start,
fontWeight = FontWeight.Normal,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ private fun InfoButton(
private fun ColumnScope.HeaderInfo() {
Text(
modifier = Modifier,
text = "Ivy Wallet will try to perform an automatic backup of your data every day around 12 PM.",
text = "Ivy Wallet will try to perform an automatic daily backup of your data.",
style = MaterialTheme.typography.bodyMedium,
textAlign = TextAlign.Start,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ class CustomerJourneyLogic(
trnCount >= 18
},
title = "GitHub auto-backups",
description = "Keep you data safe! Ivy Wallet can perform an automatic backup" +
" of your data every day around 12 PM in a private GitHub repo of your choice.",
description = "Keep you data safe! Ivy Wallet can perform an automatic daily backup" +
" of your data in a private GitHub repo of your choice.",
cta = "Enable",
ctaIcon = R.drawable.github_logo,
background = Gradient.solid(Blue3),
Expand Down

0 comments on commit 2e02ec9

Please sign in to comment.