mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 19:28:44 +03:00
Fix folders header typo (#234)
This commit is contained in:
parent
698d8c745b
commit
a4c34a8704
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue