fix placeholder

pull/20/head
Takayuki Maeda 3 years ago
parent fa03b83710
commit 7b71901c8b

@ -156,7 +156,7 @@ impl DatabasesComponent {
format!(
"{}{:w$}",
if self.input.is_empty() && matches!(self.focus_block, FocusBlock::Tree) {
"Press / to filter".to_string()
" / to filter tables".to_string()
} else {
self.input.clone()
},

Loading…
Cancel
Save