diff --git a/web/README.md b/web/README.md index 9e0a72b..72af476 100644 --- a/web/README.md +++ b/web/README.md @@ -139,7 +139,7 @@ statuses. The header mirrors the project view's — title, then a alike (both `.menu__toggle`) (Manage's own Configure link is hidden here, since it would just point at the current page). -A **Project name** section (a plain `PATCH /api/projects/:id` form, +A **Rename project** section (a plain `PATCH /api/projects/:id` form, `{ title }`) sits above **Statuses**. On success it also calls the `projects` store's `fetchProjects()` -- the local `project` ref (and this view's own header) update from the PATCH response directly, but the diff --git a/web/src/views/ProjectConfigureView.vue b/web/src/views/ProjectConfigureView.vue index 082e9b7..39d61da 100644 --- a/web/src/views/ProjectConfigureView.vue +++ b/web/src/views/ProjectConfigureView.vue @@ -196,7 +196,7 @@ onBeforeUnmount(() => window.removeEventListener('keydown', onKeydown))
-

Project name

+

Rename project