docs(FR-2541): fix permission label formatting in vfolder documentation#6579
Merged
graphite-app[bot] merged 1 commit intomainfrom Apr 17, 2026
Conversation
This was referenced Apr 10, 2026
This was referenced Apr 10, 2026
Contributor
Author
2 tasks
nowgnuesLee
commented
Apr 10, 2026
Contributor
Author
nowgnuesLee
left a comment
There was a problem hiding this comment.
Review: PR #6579 — docs: fix permission label formatting in vfolder documentation
Summary
This PR fixes two documentation issues:
- Permission label formatting: aligns quoted permission labels with actual UI i18n values (e.g., EN: "Read only", KO: "읽기 전용", JA: "読み取り専用", TH: "อ่านเท่านั้น")
- Terminology: replaces "data folder" with "storage folder" in EN docs, matching the
TERMINOLOGY.mdstandard
All changes verified against the source of truth:
resources/i18n/{lang}.jsondata.ReadOnlykeys match the quoted labels in each languageTERMINOLOGY.mdexplicitly lists "data folder" under Terms to Avoid with "storage folder / vfolder" as the replacement- Thai "compute session" term corrected from "เซสชันการคอมพิวเตอร์" to "เซสชันการคำนวณ", matching
TERMINOLOGY.md
Findings
No issues found. The changes are accurate, consistent across all 4 languages, and follow established terminology guidelines.
Recommendation
LGTM
dde1522 to
1143c51
Compare
e729f78 to
f68540a
Compare
1143c51 to
4595e4a
Compare
f68540a to
e698b5e
Compare
4595e4a to
dfb9cbd
Compare
e698b5e to
775f024
Compare
dfb9cbd to
0a4de8a
Compare
0a4de8a to
afd6699
Compare
775f024 to
5e29246
Compare
4 tasks
645fced to
c12bf4b
Compare
2001b34 to
6308a70
Compare
4 tasks
6308a70 to
cea06be
Compare
6468147 to
b3e8e0a
Compare
b39f701 to
c04a4cd
Compare
b3e8e0a to
bf4254b
Compare
6 tasks
bf4254b to
92406fb
Compare
c04a4cd to
8d665dc
Compare
5 tasks
yomybaby
approved these changes
Apr 17, 2026
Merge activity
|
…on (#6579) Resolves #6685 (FR-2541) ## Summary - Fix permission label formatting in vfolder documentation to use consistent Title Case and bold styling - Replace incorrect terminology "data folder" → "storage folder" in JA and TH translations - Update vfolder page with correct field names and terminology aligned with `TERMINOLOGY.md` - Add bold formatting to field names in the permission table ## Changes - `vfolder/vfolder.md` (en/ko/ja/th): permission label formatting, "storage folder" terminology, field name styling ## Test plan - [ ] Verify permission label names match the actual vfolder UI in all languages - [ ] Verify "storage folder" is used consistently (not "data folder") in JA/TH 🤖 Generated with [Claude Code](https://claude.com/claude-code)
92406fb to
a1eeb49
Compare
8d665dc to
bde839e
Compare
Base automatically changed from
04-10-docs_fix_session_type_filters_in_session_page_documentation
to
main
April 17, 2026 11:02
This was referenced Apr 21, 2026
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.

Resolves #6685 (FR-2541)
Summary
TERMINOLOGY.mdChanges
vfolder/vfolder.md(en/ko/ja/th): permission label formatting, "storage folder" terminology, field name stylingTest plan
🤖 Generated with Claude Code