mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
chore: Localization of several charts and elements (#22150)
Co-authored-by: ashumeiko <ashumeiko@ashumeiko.com>
This commit is contained in:
@@ -216,7 +216,7 @@ const ImportModelsModal: FunctionComponent<ImportModelsModalProps> = ({
|
||||
|
||||
return (
|
||||
<>
|
||||
<h5>Database passwords</h5>
|
||||
<h5>{t('Database passwords')}</h5>
|
||||
<HelperMessage>{passwordsNeededMessage}</HelperMessage>
|
||||
{passwordFields.map(fileName => (
|
||||
<StyledInputContainer key={`password-for-${fileName}`}>
|
||||
@@ -297,7 +297,7 @@ const ImportModelsModal: FunctionComponent<ImportModelsModalProps> = ({
|
||||
customRequest={() => {}}
|
||||
disabled={importingModel}
|
||||
>
|
||||
<Button loading={importingModel}>Select file</Button>
|
||||
<Button loading={importingModel}>{t('Select file')}</Button>
|
||||
</Upload>
|
||||
</StyledInputContainer>
|
||||
{errorMessage && (
|
||||
|
||||
Reference in New Issue
Block a user