summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-27 02:53:21 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-27 02:53:21 +0200
commit180b5feba092db1339f7bb3217e91f0b22239bc5 (patch)
treeed2912eb568639d027e2d54bc4f28c7a9406f7e0 /config/locales/en.yml
parent102c33264fd1463cd88aa8245413e7b331dd9632 (diff)
Surface held locks in the dashboard's work-in-progress widget
A lock with no draft or autosave behind it was invisible to everyone including its holder, until the next editor collided with it. work_in_progress now admits those nodes, and the widget names the holder rather than the last editor on any locked row. Also flips the ordering to stalest-first, so a backlog reads as a queue rather than a feed, and gives the heading a real total: the count came from the already-limited relation and could never exceed five.
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index e5a4182f..f76dfecb 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -238,8 +238,9 @@ en:
238 find_chapter: "Find a chapter" 238 find_chapter: "Find a chapter"
239 upload_asset: "Upload asset" 239 upload_asset: "Upload asset"
240 add_in_tree: "Add a page in the page tree" 240 add_in_tree: "Add a page in the page tree"
241 drafts_widget: "Drafts and autosaves" 241 drafts_widget: "In progress (%{total})"
242 see_all_drafts: "See all drafts →" 242 held_by: "Locked by"
243 see_all_drafts: "See all WIP nodes →"
243 see_all_changes: "See all recent changes →" 244 see_all_changes: "See all recent changes →"
244 housekeeping: "Housekeeping" 245 housekeeping: "Housekeeping"
245 my_account: "My account" 246 my_account: "My account"
@@ -376,7 +377,7 @@ en:
376 abstract_locale: "Abstract (%{lang})" 377 abstract_locale: "Abstract (%{lang})"
377 body_locale: "Body (%{lang})" 378 body_locale: "Body (%{lang})"
378 drafts: 379 drafts:
379 title: "Nodes with drafts or autosaves" 380 title: "Nodes with drafts, autosaves or locks"
380 mine: 381 mine:
381 title: "My work" 382 title: "My work"
382 tags: 383 tags: