Rename Complications -> Overlay

(cherry picked from commit 2e5efadf424541d58eed79da13f0a9a1bc3c0e1f)
This commit is contained in:
arkon
2023-03-22 09:26:07 -04:00
committed by Jobobby04
parent 53ff9a5cc8
commit be388753a1
2 changed files with 3 additions and 3 deletions
@@ -240,7 +240,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),