fix(#585): the admin Sharing subtitle stops saying links-only #596
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-subtitle"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.