chore: rename 'Source' to 'Database' for consistency (#15021)

This commit is contained in:
Maxime Beauchemin 2021-06-07 10:34:52 -07:00 committed by GitHub
parent de1b140617
commit 8798da41a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1070,7 +1070,7 @@ const AlertReportModal: FunctionComponent<AlertReportModalProps> = ({
</StyledSectionTitle> </StyledSectionTitle>
<StyledInputContainer> <StyledInputContainer>
<div className="control-label"> <div className="control-label">
{t('Source')} {t('Database')}
<span className="required">*</span> <span className="required">*</span>
</div> </div>
<div className="input-container"> <div className="input-container">

View File

@ -275,7 +275,7 @@ const DatasetList: FunctionComponent<DatasetListProps> = ({
size: 'md', size: 'md',
}, },
{ {
Header: t('Source'), Header: t('Database'),
accessor: 'database.database_name', accessor: 'database.database_name',
size: 'lg', size: 'lg',
}, },