mirror of
https://github.com/apache/superset.git
synced 2026-04-24 10:35:01 +00:00
chore: Localization of several charts and elements (#22150)
Co-authored-by: ashumeiko <ashumeiko@ashumeiko.com>
This commit is contained in:
@@ -363,7 +363,7 @@ export const SaveDatasetModal = ({
|
||||
{newOrOverwrite === DatasetRadioState.OVERWRITE_DATASET && (
|
||||
<>
|
||||
{shouldOverwriteDataset && (
|
||||
<Button onClick={handleOverwriteCancel}>Back</Button>
|
||||
<Button onClick={handleOverwriteCancel}>{t('Back')}</Button>
|
||||
)}
|
||||
<Button
|
||||
className="md"
|
||||
|
||||
Reference in New Issue
Block a user