mirror of
https://github.com/apache/superset.git
synced 2026-04-27 20:14:54 +00:00
fix: add the untranslated text content of Chart page, Sql Editor page and some dashboard label in messages.pot (#13123)
This commit is contained in:
@@ -503,7 +503,7 @@ class SqlEditor extends React.PureComponent {
|
||||
<Menu onClick={this.handleMenuClick} style={{ width: 176 }}>
|
||||
<Menu.Item style={{ display: 'flex', justifyContent: 'space-between' }}>
|
||||
{' '}
|
||||
<span>Autocomplete</span>{' '}
|
||||
<span>{t('Autocomplete')}</span>{' '}
|
||||
<Switch
|
||||
checked={this.state.autocompleteEnabled}
|
||||
onChange={this.handleToggleAutocompleteEnabled}
|
||||
|
||||
Reference in New Issue
Block a user