mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
help-beta: Correct casing for sidebar sections.
This commit is contained in:
committed by
Tim Abbott
parent
769dc06704
commit
f343fc6823
@@ -323,7 +323,7 @@ export default defineConfig({
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Zulip Administration",
|
||||
label: "Zulip administration",
|
||||
link: "#",
|
||||
attrs: {
|
||||
class: "non-clickable-sidebar-heading",
|
||||
@@ -371,7 +371,7 @@ export default defineConfig({
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Channel Management",
|
||||
label: "Channel management",
|
||||
items: [
|
||||
"create-a-channel",
|
||||
{
|
||||
@@ -421,7 +421,7 @@ export default defineConfig({
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Organization Settings",
|
||||
label: "Organization settings",
|
||||
items: [
|
||||
"configure-organization-language",
|
||||
"custom-emoji",
|
||||
@@ -442,7 +442,7 @@ export default defineConfig({
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Bots & Integrations",
|
||||
label: "Bots & integrations",
|
||||
items: [
|
||||
"bots-overview",
|
||||
"integrations-overview",
|
||||
|
Reference in New Issue
Block a user