mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Better button title when filtering by labels
This commit is contained in:
parent
de3a65a72a
commit
52297217eb
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ fun LabelsSelectionSheetContent(
|
|||
Text(titleText, fontWeight = FontWeight.ExtraBold)
|
||||
|
||||
TextButton(onClick = { onSave(selectedLabels.value) }) {
|
||||
Text(text = "Save")
|
||||
Text(text = if (isLibraryMode) "Search" else "Save")
|
||||
}
|
||||
}
|
||||
LazyColumn(
|
||||
|
|
|
|||
Loading…
Reference in a new issue