mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
fix(list): No items found. -> No items. (#393)
This commit is contained in:
+1
-1
@@ -1174,7 +1174,7 @@ func (m Model) populatedView() string {
|
||||
if m.filterState == Filtering {
|
||||
return ""
|
||||
}
|
||||
return m.Styles.NoItems.Render("No " + m.itemNamePlural + " found.")
|
||||
return m.Styles.NoItems.Render("No " + m.itemNamePlural + ".")
|
||||
}
|
||||
|
||||
if len(items) > 0 {
|
||||
|
||||
Reference in New Issue
Block a user