capitalize and modify a few labels - #756
Open
SharonStrats wants to merge 3 commits into
Open
Conversation
SharonStrats
requested review from
bourgeoa and
timea-solid
and
a lite review from Copilot
August 28, 2026 09:38
…@5.0.0-1 pane-registry@5.0.0-0 activitystreams-pane@2.0.0-0 chat-pane@4.0.0-0 contacts-pane@4.0.0-0 folder-pane@4.0.0-0 issue-pane@4.0.0-0 meeting-pane@4.0.0-0 profile-pane@4.0.0-0 source-pane@4.0.0-0) (latest: rdflib@2.4.0)
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates several pane labels to use capitalized (more UI-friendly) text, adjusting the strings returned by each pane’s label() (and a related string-literal return type in humanReadablePane).
Changes:
- Capitalize/rename pane labels across multiple panes (e.g., Home, Attachments, Period, Notepad, Playlist Slot).
- Update sharing pane noun strings (
Folder/File) used by the ACL control UI. - Change
humanReadablePane’s WebPage label fromviewtoWebpageand tighten its label return type accordingly.
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/transaction/period.js | Capitalizes the Period pane label. |
| src/sharing/sharingPane.ts | Capitalizes Folder/File noun strings used in sharing UI. |
| src/playlist/playlistPane.js | Capitalizes the playlist slot label. |
| src/pad/padPane.ts | Renames pad label to Notepad. |
| src/internal/internalPane.ts | Changes internal pane label capitalization. |
| src/imagePane.ts | Capitalizes the image pane label. |
| src/humanReadablePane.ts | Changes WebPage label to Webpage and updates the label return type. |
| src/home/homePane.ts | Capitalizes the Home pane label. |
| src/defaultPane.ts | Capitalizes the default pane label prefix (“About ”). |
| src/attach/attachPane.js | Capitalizes the attachments pane label. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.