mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
chore: change case for upload selection (#19021)
* chore: change case for upload selection * fix label
This commit is contained in:
committed by
GitHub
parent
50bb86d666
commit
299b5dc644
@@ -92,7 +92,7 @@ const RightMenu = ({
|
||||
icon: 'fa-database',
|
||||
childs: [
|
||||
{
|
||||
label: t('Connect Database'),
|
||||
label: t('Connect database'),
|
||||
name: GlobalMenuDataOptions.DB_CONNECTION,
|
||||
perm: true,
|
||||
},
|
||||
@@ -102,19 +102,19 @@ const RightMenu = ({
|
||||
perm: HAS_GSHEETS_INSTALLED,
|
||||
},
|
||||
{
|
||||
label: t('Upload a CSV'),
|
||||
label: t('Upload CSV to database'),
|
||||
name: 'Upload a CSV',
|
||||
url: '/csvtodatabaseview/form',
|
||||
perm: CSV_EXTENSIONS,
|
||||
},
|
||||
{
|
||||
label: t('Upload a Columnar File'),
|
||||
label: t('Upload columnar file to database'),
|
||||
name: 'Upload a Columnar file',
|
||||
url: '/columnartodatabaseview/form',
|
||||
perm: COLUMNAR_EXTENSIONS,
|
||||
},
|
||||
{
|
||||
label: t('Upload Excel'),
|
||||
label: t('Upload Excel file to database'),
|
||||
name: 'Upload Excel',
|
||||
url: '/exceltodatabaseview/form',
|
||||
perm: EXCEL_EXTENSIONS,
|
||||
|
||||
Reference in New Issue
Block a user