Fix folders header typo (#234)

This commit is contained in:
David Perez 2023-11-09 16:32:50 -06:00 committed by Álison Fernandes
parent 698d8c745b
commit a4c34a8704

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()