mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-17 11:21:35 +03:00
71e142ba3c
* fix: new libraries for translation * feat(deleting-brains-on-brain-management-page): adding a delete brain button and a confirmation modal on a management page * feat(deleting-brains-on-brain-management-page): adding tests for confirmation Modal * feat(deleting-brains-on-brain-management-page): Adding translation to the delete button and modal
6 lines
224 B
JSON
6 lines
224 B
JSON
{
|
|
"deleteButton": "Delete Brain",
|
|
"deleteConfirmQuestion": "Are you sure you want to delete this brain? This action cannot be undone.",
|
|
"deleteConfirmYes": "Yes, delete this brain",
|
|
"returnButton": "Return"
|
|
} |