summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-27 00:46:00 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-27 00:46:00 +0200
commit500777d88f21bdce71a1053de3ad9f32c7c91029 (patch)
tree02deff98b9e73cab1f2897e456bd145914b5c0f1 /config/locales/en.yml
parent174ecd3115438ebd4049e1e5ea40e210a7e49509 (diff)
Consolidate all main nav items in a single partial
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index fc3ad216..3c4ea1c8 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -231,10 +231,6 @@ en:
231 editor: "Editor" 231 editor: "Editor"
232 date: "Date" 232 date: "Date"
233 type: "Type" 233 type: "Type"
234 menu:
235 dashboard: "Dashboard"
236 search: "Search"
237 log_out: "Log out"
238 index: 234 index:
239 title: "cccms dashboard" 235 title: "cccms dashboard"
240 search_placeholder: "Search nodes and tags…" 236 search_placeholder: "Search nodes and tags…"
@@ -621,6 +617,9 @@ en:
621 lock_lost_link: "return to the published page" 617 lock_lost_link: "return to the published page"
622 insert_image: "Insert image" 618 insert_image: "Insert image"
623 insert_image_tooltip: "Insert one of this page's attached images" 619 insert_image_tooltip: "Insert one of this page's attached images"
624 nav_switchers: 620 nav_controls:
625 scheme_override: "Toggle light/dark" 621 dashboard: "Dashboard"
622 search: "Search"
626 switch_locale: "Toggle language" 623 switch_locale: "Toggle language"
624 scheme_override: "Toggle light/dark"
625 log_out: "Log out"