diff --git a/i18n/src/main/res/values/strings.xml b/i18n/src/main/res/values/strings.xml
index 1674f1de..ab1a4e1a 100644
--- a/i18n/src/main/res/values/strings.xml
+++ b/i18n/src/main/res/values/strings.xml
@@ -595,13 +595,11 @@
Select what to backup:
- Not included:
+ Connected accounts and 3rd party app widgets will not be backed up.
Favorites & hidden apps
Settings
Web search shortcuts
Built-in widgets
- Connected accounts
- 3rd party app widgets
The backup has been completed.
The selected file does not appear to be a backup. Are you sure you selected the right file?
diff --git a/ui/src/main/java/de/mm20/launcher2/ui/settings/backup/CreateBackupSheet.kt b/ui/src/main/java/de/mm20/launcher2/ui/settings/backup/CreateBackupSheet.kt
index f0a5bddd..eef97dee 100644
--- a/ui/src/main/java/de/mm20/launcher2/ui/settings/backup/CreateBackupSheet.kt
+++ b/ui/src/main/java/de/mm20/launcher2/ui/settings/backup/CreateBackupSheet.kt
@@ -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)
)
}
}