diff --git a/superset-frontend/src/components/DynamicPlugins/index.tsx b/superset-frontend/src/components/DynamicPlugins/index.tsx index 9f51bd12bc8..52570fee039 100644 --- a/superset-frontend/src/components/DynamicPlugins/index.tsx +++ b/superset-frontend/src/components/DynamicPlugins/index.tsx @@ -163,7 +163,7 @@ export const DynamicPluginProvider: React.FC = ({ children }) => { }), ); } catch (error) { - logging.error('failed to load dynamic plugins', error.stack || error); + logging.error('Failed to load dynamic plugins', error.stack || error); } } diff --git a/superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx b/superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx index 6fdff31161a..c552d3a3600 100644 --- a/superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx +++ b/superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx @@ -78,7 +78,7 @@ ${extra.issue_codes.map(issueCode => issueCode.message).join('\n')}`; return ( setIsModalOpen(true)} > - {t('See More')} + {t('See more')} )} @@ -136,7 +136,7 @@ export default function ErrorAlert({ className="link" onClick={() => setIsBodyExpanded(true)} > - {t('See More')} + {t('See more')} )} {isBodyExpanded && ( @@ -149,7 +149,7 @@ export default function ErrorAlert({ className="link" onClick={() => setIsBodyExpanded(false)} > - {t('See Less')} + {t('See less')} )} @@ -178,7 +178,7 @@ export default function ErrorAlert({ text={copyText} shouldShowText={false} wrapped={false} - copyNode={} + copyNode={} /> )} } - modalTitle={t('Cell Content')} + modalTitle={t('Cell content')} triggerNode={node} /> ); diff --git a/superset-frontend/src/components/ListView/ListView.tsx b/superset-frontend/src/components/ListView/ListView.tsx index 6ee998cc356..621b8d85ad1 100644 --- a/superset-frontend/src/components/ListView/ListView.tsx +++ b/superset-frontend/src/components/ListView/ListView.tsx @@ -345,7 +345,7 @@ function ListView({ className="deselect-all" onClick={() => toggleAllRowsSelected(false)} > - {t('Deselect All')} + {t('Deselect all')}
{bulkActions.map(action => ( @@ -390,7 +390,7 @@ function ListView({ } - description={emptyState.message || 'No Data'} + description={emptyState.message || 'No data'} > {emptyState.slot || null} diff --git a/superset-frontend/src/components/RefreshChartOverlay.tsx b/superset-frontend/src/components/RefreshChartOverlay.tsx index bd965b40b63..7e727bd28b9 100644 --- a/superset-frontend/src/components/RefreshChartOverlay.tsx +++ b/superset-frontend/src/components/RefreshChartOverlay.tsx @@ -45,7 +45,7 @@ class RefreshChartOverlay extends React.PureComponent {
diff --git a/superset-frontend/src/components/URLShortLinkModal.tsx b/superset-frontend/src/components/URLShortLinkModal.tsx index 40e9b4521b8..148d86cdc56 100644 --- a/superset-frontend/src/components/URLShortLinkModal.tsx +++ b/superset-frontend/src/components/URLShortLinkModal.tsx @@ -80,7 +80,7 @@ class URLShortLinkModal extends React.Component< ref={this.setModalRef} triggerNode={this.props.triggerNode} beforeOpen={this.getCopyUrl} - modalTitle={this.props.title || t('Share Dashboard')} + modalTitle={this.props.title || t('Share dashboard')} modalBody={