mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
chore: clean up dynamic translation strings (#19641)
This commit is contained in:
@@ -1035,7 +1035,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
|
||||
}
|
||||
validationMethods={{ onBlur: () => {} }}
|
||||
errorMessage={validationErrors?.password_needed}
|
||||
label={t(`${database.slice(10)} PASSWORD`)}
|
||||
label={t('%s PASSWORD', database.slice(10))}
|
||||
css={formScrollableStyles}
|
||||
/>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user