diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-20 12:50:30 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-20 12:50:30 +0200 |
| commit | a8cf725312d245d8d1f1df0fff22718975ce249e (patch) | |
| tree | c5084dfe79e6eac647b0253a305361aa8ff6efbc /config/locales/en.yml | |
| parent | 4df88b601b1900c287051d827eaff46f498f60d0 (diff) | |
Add redirect ui in in nodes#edit and apply some minor cleanup
Also give search inputs a magnifier and a clear control: input_group
wraps a field with an icon and, where clearing is meaningful, a
button that empties it and any hidden companion named by data-clears.
Clean up some inconistency between field hints presented as p and as
span.
Remove stray console.log.
Diffstat (limited to 'config/locales/en.yml')
| -rw-r--r-- | config/locales/en.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 54d973e2..8b67f0ed 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -406,6 +406,11 @@ en: | |||
| 406 | set_headline_title: "Use this photo as the page's headline image" | 406 | set_headline_title: "Use this photo as the page's headline image" |
| 407 | remove_image_label: "Remove image" | 407 | remove_image_label: "Remove image" |
| 408 | external_url: "External homepage" | 408 | external_url: "External homepage" |
| 409 | redirect: "Redirect" | ||
| 410 | redirect_enable: "This page redirects" | ||
| 411 | redirect_hint: "If the taget node is empty, the external url will be used." | ||
| 412 | redirect_target_hint: "Disabling does not clear the destination" | ||
| 413 | redirect_clear: "Clear redirect" | ||
| 409 | show: | 414 | show: |
| 410 | status: "Status" | 415 | status: "Status" |
| 411 | head: "Head" | 416 | head: "Head" |
