Skip to content

Commit

Permalink
chore: rename 'Source' to 'Database' for consistency (#15021)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jun 7, 2021
1 parent de1b140 commit 8798da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -1070,7 +1070,7 @@ const AlertReportModal: FunctionComponent<AlertReportModalProps> = ({
</StyledSectionTitle>
<StyledInputContainer>
<div className="control-label">
{t('Source')}
{t('Database')}
<span className="required">*</span>
</div>
<div className="input-container">
Expand Down
Expand Up @@ -275,7 +275,7 @@ const DatasetList: FunctionComponent<DatasetListProps> = ({
size: 'md',
},
{
Header: t('Source'),
Header: t('Database'),
accessor: 'database.database_name',
size: 'lg',
},
Expand Down

0 comments on commit 8798da4

Please sign in to comment.