diff --git a/frontend/src/views/SetupWizard.vue b/frontend/src/views/SetupWizard.vue index 9151de6..4b94396 100644 --- a/frontend/src/views/SetupWizard.vue +++ b/frontend/src/views/SetupWizard.vue @@ -117,8 +117,9 @@
-

Starter data

-

Seed the data a new site needs. Both are idempotent - safe to run more than once.

+

Reference data

+

Seed the lookup data a new site needs: statuses, types, permissions, and a short list of common vendors. Both are idempotent - safe to run more than once.

+

This does not create any assets. The site starts empty and assets are loaded afterwards via the import API, so an empty dashboard here is expected.