Skip to content

Commit

Permalink
PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomedina248 committed May 12, 2022
1 parent bc138f3 commit 768cecf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
type="error"
css={(theme: SupersetTheme) => antDErrorAlertStyles(theme)}
message={t('Database Creation Error')}
description={alertErrors?.[0]}
description={t(alertErrors[0])}
/>
);
}
Expand Down

0 comments on commit 768cecf

Please sign in to comment.