fix(#585): the admin Sharing subtitle stops saying links-only #596

Merged
Cordy merged 1 commit from fix-subtitle into main 2026-09-18 02:11:42 +00:00
Owner

The last #585 line item: the Administration › Sharing page's subtitle still read "Who may create share links, and the limits the server enforces on them" — links-only, on a page that has governed grants since v0.6.212. Now: "Who may share files — with people here or by link — and the limits the server enforces."

One string. The subtitle turned out to live in the admin-topics object (sharing: { t, d }) as a plain string, not in the ×4 i18n table — the topic descriptions aren't internationalized at all, which is pre-existing and untouched here (worth its own issue if the admin area ever gets translated). The first attempt assumed an i18n entry and its post-condition correctly refused to write; this matches the structure that's actually there.

No behaviour change; full web suite and fence gate green. Rides the next tag — not worth a release of its own.

The last #585 line item: the Administration › Sharing page's subtitle still read "Who may create share links, and the limits the server enforces on them" — links-only, on a page that has governed grants since v0.6.212. Now: "Who may share files — with people here or by link — and the limits the server enforces." One string. The subtitle turned out to live in the admin-topics object (`sharing: { t, d }`) as a plain string, not in the ×4 i18n table — the topic descriptions aren't internationalized at all, which is pre-existing and untouched here (worth its own issue if the admin area ever gets translated). The first attempt assumed an i18n entry and its post-condition correctly refused to write; this matches the structure that's actually there. No behaviour change; full web suite and fence gate green. Rides the next tag — not worth a release of its own.
fix(#585): the admin Sharing subtitle stops saying links-only
All checks were successful
ci / test-and-build (pull_request) Successful in 1m4s
356c20a4c3
Cordy merged commit 4ff3ba0fdc into main 2026-09-18 02:11:42 +00:00
Cordy deleted branch fix-subtitle 2026-09-18 02:11:44 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Cordy/Cairn#596
No description provided.