diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
index 58687c540121dfe9bf5e000b42045356bf497ef6..e810605f17da8371f78b62dfd41679f9e877b5eb 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
@@ -309,10 +309,10 @@ If you missed setting an e-mail reminder at workspace allocation, you can add a
 
 ```
 # initial allocation
-marie@login$ ws_allocate --name FancyExp --duration 17
+marie@login$ ws_allocate --name test-workspace --duration 17
 [...]
 # add e-mail reminder
-marie@login$ ws_allocate --name FancyExp --duration 17 --reminder 7 --mailaddress <your.email>@tu-dresden.de
+marie@login$ ws_allocate --name test-workspace --duration 17 --reminder 7 --mailaddress <your.email>@tu-dresden.de
 --extension
 ```
 
@@ -332,7 +332,7 @@ ws_send_ical [--filesystem <filesystem>] --mail <mail address> --workspace <work
 E.g.
 
 ```console
-ws_send_ical --filesystem horse --mail <your.email>@tu-dresden.de --workspace FaceExp
+ws_send_ical --filesystem horse --mail <your.email>@tu-dresden.de --workspace test-workspace
 ```
 
 ### Deletion of a Workspace