Skip to content

Commit 6be8fed

Browse files
UX: Fix site-setting description url (#58)
`base_url` was never supported in theme setting descriptions. `base_path` now is - see https://meta.discourse.org/t/368531
1 parent 40e2d02 commit 6be8fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ en:
44
settings:
55
number_of_topics: Display up to 5 topics at max-width
66
hide_featured_tag: When enabled the tag "featured tag" set above will be invisible to normal users when viewing topics.
7-
show_on: top_menu refers to pages set in the <a href="%{base_url}/admin/site_settings/category/all_results?filter=top_menu">top menu site setting</a>
7+
show_on: top_menu refers to pages set in the <a href="%{base_path}/admin/site_settings/category/all_results?filter=top_menu">top menu site setting</a>
88
make_collapsible: Make the entire component collapsible
99
show_title: displays the text set below (title is always shown when make_collapsible is on)
1010
sort_by_created: Disable to sort by latest activity

0 commit comments

Comments
 (0)