mirror of
https://github.com/bitwarden/android.git
synced 2026-05-22 14:11:47 -05:00
Fix folders header typo (#234)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user