mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Add sidebar link for admin to configure default tags (#18593)
Displays a sidebar section link to admin users when `default_sidebar_tags` site setting has not been configured for the site. Internal Ref: /t/73500
This commit is contained in:
committed by
GitHub
parent
ae6549a6ea
commit
fff575ffd2
@@ -1177,7 +1177,7 @@ en:
|
||||
enable_quoting: "Enable quote reply for highlighted text"
|
||||
enable_defer: "Enable defer to mark topics unread"
|
||||
experimental_sidebar:
|
||||
enable: "Enable experimental sidebar"
|
||||
enable: "Enable sidebar"
|
||||
options: "Options"
|
||||
categories_section: "Categories Section"
|
||||
categories_section_instruction: "Selected categories will be displayed under Sidebar's categories section."
|
||||
@@ -4189,6 +4189,7 @@ en:
|
||||
click_to_get_started: "Click here to get started."
|
||||
header_link_text: "Tags"
|
||||
header_action_title: "edit your sidebar tags"
|
||||
configure_defaults: "Configure defaults"
|
||||
categories:
|
||||
none: "You have not added any categories."
|
||||
click_to_get_started: "Click here to get started."
|
||||
@@ -5666,6 +5667,7 @@ en:
|
||||
search: "Search"
|
||||
groups: "Groups"
|
||||
dashboard: "Dashboard"
|
||||
sidebar: "Sidebar"
|
||||
secret_list:
|
||||
invalid_input: "Input fields cannot be empty or contain vertical bar character."
|
||||
default_categories:
|
||||
|
||||
Reference in New Issue
Block a user