mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
feat: delete button confirm (#875)
* base for confirm delete * more like OpenAI
This commit is contained in:
parent
2b54e3f9fe
commit
28230d9305
4 changed files with 40 additions and 11 deletions
|
|
@ -28,6 +28,9 @@ export default {
|
|||
com_ui_of: 'of',
|
||||
com_ui_entries: 'Entries',
|
||||
com_ui_pay_per_call: 'All AI conversations in one place. Pay per call and not per month',
|
||||
com_ui_delete: 'Delete',
|
||||
com_ui_delete_conversation: 'Delete chat?',
|
||||
com_ui_delete_conversation_confirm: 'This will delete',
|
||||
com_auth_error_login:
|
||||
'Unable to login with the information provided. Please check your credentials and try again.',
|
||||
com_auth_no_account: 'Don\'t have an account?',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue