Add missing translation

This commit is contained in:
MM20
2022-06-09 19:35:44 +02:00
parent 41c6271903
commit b056089332
2 changed files with 2 additions and 4 deletions
@@ -119,7 +119,7 @@ fun CreateBackupSheet(
SmallMessage(
modifier = Modifier.padding(top = 8.dp),
icon = Icons.Rounded.Warning,
text = "Connected accounts and 3rd party app widgets will not be backed up."
text = stringResource(R.string.backup_not_included)
)
}
}