mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: title case in menus (#17135)
Let's stick to title case in the navbar. This tackles two entries that have been triggering my OCD
This commit is contained in:
committed by
GitHub
parent
2544a4a8ac
commit
0257cf774d
@@ -267,7 +267,7 @@ class SupersetAppInitializer: # pylint: disable=too-many-public-methods
|
||||
appbuilder.add_view(
|
||||
RowLevelSecurityFiltersModelView,
|
||||
"Row Level Security",
|
||||
label=__("Row level security"),
|
||||
label=__("Row Level Security"),
|
||||
category="Security",
|
||||
category_label=__("Security"),
|
||||
icon="fa-lock",
|
||||
@@ -376,7 +376,7 @@ class SupersetAppInitializer: # pylint: disable=too-many-public-methods
|
||||
)
|
||||
appbuilder.add_link(
|
||||
"Upload a Columnar file",
|
||||
label=__("Upload a Columnar file"),
|
||||
label=__("Upload a Columnar File"),
|
||||
href="/columnartodatabaseview/form",
|
||||
icon="fa-upload",
|
||||
category="Data",
|
||||
|
||||
Reference in New Issue
Block a user