diff --git a/mnemosyne/library/templates/library/library_detail.html b/mnemosyne/library/templates/library/library_detail.html index 2f81567..c9484c1 100644 --- a/mnemosyne/library/templates/library/library_detail.html +++ b/mnemosyne/library/templates/library/library_detail.html @@ -25,14 +25,7 @@
Edit - {% if library.workspace_id %} - - {% else %} Delete - {% endif %}
@@ -43,8 +36,11 @@
This library was created for Daedalus workspace {{ library.workspace_id }}. - Items here are owned by the workspace; deleting the workspace in - Daedalus will remove this library. Do not delete it manually. + Normally you manage it from Daedalus. Deleting it here removes its + embedded content from Mnemosyne, but the source files still live in + Daedalus — it will be recreated and re-embedded on the next sync. + Use Delete to clear an orphaned library that is blocking workspace + re-registration.