quivr/frontend/public/locales/en/deleteOrUnsubscribeFromBrain.json
Mamadou DICKO 1643b54b7b
feat: allow user to unsubscribe from a brain (#1254)
* feat: update translations

* feat: add <DeleteOrUnsubscribeConfirmationModal />

* test(DeleteOrUnsubscribeConfirmationModal): update tests

* feat: redirect to /brains-management on invalid brain id

* refactor: move delete_brain_user to delete_brain_users

* feat: add /POST '/brains/{brain_id}/subscribe'

* feat: handle public brain unsubscription
2023-09-25 14:22:59 +02:00

11 lines
578 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",
"unsubscribeButton": "Unsubscribe from brain",
"unsubscribeConfirmQuestion": "Are you sure you want to unsubscribe from this brain?",
"unsubscribeConfirmYes": "Yes, unsubscribe from this brain",
"successfully_deleted": "Brain successfully deleted.",
"successfully_unsubscribed": "You have successfully unsubscribed from this brain."
}