This repository was archived by the owner on Aug 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
app/src/main/java/com/ivy/wallet Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ private fun InfoButton(
220220private 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 )
Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments