Rename Complications -> Overlay

This commit is contained in:
arkon
2023-03-22 09:26:07 -04:00
parent e5e18c2030
commit 2e5efadf42
2 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@ private fun ColumnScope.DisplayPage(
)
}
HeadingItem(R.string.complications_header)
HeadingItem(R.string.overlay_header)
val downloadBadge by screenModel.libraryPreferences.downloadBadge().collectAsState()
CheckboxItem(
label = stringResource(R.string.action_display_download_badge),