mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-10 19:44:23 +01:00
🔧 fix(menu): Menu Item Filter Improvements (#2153)
* small-fix: Ensure that fake seperators in model lists do not show in search * Ensure Plugin search uses correct placeholder and key filtering in search
This commit is contained in:
parent
30f6d90cfe
commit
f521040784
6 changed files with 33 additions and 9 deletions
|
|
@ -59,6 +59,7 @@ export default {
|
|||
com_ui_model: 'Model',
|
||||
com_ui_select_model: 'Select a model',
|
||||
com_ui_select_search_model: 'Search model by name',
|
||||
com_ui_select_search_plugin: 'Search plugin by name',
|
||||
com_ui_use_prompt: 'Use prompt',
|
||||
com_ui_prev: 'Prev',
|
||||
com_ui_next: 'Next',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue