diff --git a/core/modules/content_moderation/config/install/workflows.workflow.editorial.yml b/core/modules/content_moderation/config/install/workflows.workflow.editorial.yml
index d0243b1..d8daa51 100644
--- a/core/modules/content_moderation/config/install/workflows.workflow.editorial.yml
+++ b/core/modules/content_moderation/config/install/workflows.workflow.editorial.yml
@@ -23,13 +23,13 @@ transitions:
     to: archived
     weight: 2
   archived_draft:
-    label: 'Un-archive to Draft'
+    label: 'Restore to Draft'
     from:
       - archived
     to: draft
     weight: 3
   archived_published:
-    label: Un-archive
+    label: Restore
     from:
       - archived
     to: published
