From eeaf8a0f87dca4ee2990cff7e5e65a74eaa1d8cc Mon Sep 17 00:00:00 2001 From: David Keane Date: Mon, 25 May 2026 08:34:17 +0100 Subject: [PATCH] ux: rename section headings on My Log page to match the logbook framing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The H1 says "WP Logbook" and the sidebar says "My Log" since the v3.2.0 rebrand, but two section headings on the My Log page still read "Add New Note" and "Notes Todo List:" — slightly jarring next to the new identity. CHANGES - "Add New Note" (create form postbox) → "New Log Entry" - "Notes Todo List:" (above active + completed lists) → "Log entries" NOT CHANGED — intentionally Row-level labels stay as "note" because that's the unit-of-work term in the existing data model and the per-row UI: - "Add Note" submit button - "Mark as Done" - "No active/completed notes found" empty-state notices - Email subjects ("WP Logbook feedback…" stays, doesn't say note) The headings are brand-y; the row-level strings are functional. Different rename scope on purpose — minimises churn while still making the page read consistently with its new name. No version bump — too small to justify another release, lives in [Unreleased] until the next phase bundles with it. Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 10 ++++++++++ wp-notes.php | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b7a45..bcc0436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ Format: [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/) — versi ## [Unreleased] +### Changed — Section headings on My Log page renamed to match the logbook framing +- `Add New Note` → **`New Log Entry`** on the create form postbox. +- `Notes Todo List:` → **`Log entries`** above the active/completed + lists. +- Row-level labels intentionally **unchanged** — buttons like *Add + Note* / *Mark as Done* / empty-state *No active notes found* still + say "note" because that's the unit-of-work term in the existing + data model and UI. The headings are brand-y; the row-level strings + are functional. Two different concerns, different rename scope. + --- ## [3.2.0] — 2026-05-25 diff --git a/wp-notes.php b/wp-notes.php index b26a096..f384982 100644 --- a/wp-notes.php +++ b/wp-notes.php @@ -843,7 +843,7 @@ function wp_notes_page_callback() {
-

Add New Note

+

New Log Entry

@@ -995,7 +995,7 @@ function wp_notes_page_callback() { -

Notes Todo List:

+

Log entries