Fix folders header typo (#234)

This commit is contained in:
David Perez
2023-11-09 16:32:50 -06:00
committed by GitHub
parent aa2fd560ce
commit 22e30b5eac

View File

@@ -154,7 +154,7 @@ fun VaultContent(
item {
BitwardenListHeaderTextWithSupportLabel(
label = stringResource(id = R.string.folder),
label = stringResource(id = R.string.folders),
supportingLabel = state.folderItems.count().toString(),
modifier = Modifier
.fillMaxWidth()