diff --git a/docs/examples.html b/docs/examples.html
index f5b2f833..f1601846 100644
--- a/docs/examples.html
+++ b/docs/examples.html
@@ -182,7 +182,7 @@
from diagrams.k8s.storage import PV, PVC, StorageClass
with Diagram("Stateful Architecture", show=False):
- with Cluster("App Cluster"):
+ with Cluster("Apps"):
svc = Service("svc")
sts = StatefulSet("sts")
diff --git a/docs/examples/index.html b/docs/examples/index.html
index f5b2f833..f1601846 100644
--- a/docs/examples/index.html
+++ b/docs/examples/index.html
@@ -182,7 +182,7 @@
from diagrams.k8s.storage import PV, PVC, StorageClass
with Diagram("Stateful Architecture", show=False):
- with Cluster("App Cluster"):
+ with Cluster("Apps"):
svc = Service("svc")
sts = StatefulSet("sts")