fix(rls): Update text from tables to datasets in RLS modal (#25997)

This commit is contained in:
yousoph 2023-11-16 09:48:54 -08:00 committed by GitHub
parent 97d89d7340
commit 210f1f8f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -385,10 +385,10 @@ function RowLevelSecurityModal(props: RowLevelSecurityModalProps) {
<StyledInputContainer>
<div className="control-label">
{t('Tables')} <span className="required">*</span>
{t('Datasets')} <span className="required">*</span>
<InfoTooltip
tooltip={t(
'These are the tables this filter will be applied to.',
'These are the datasets this filter will be applied to.',
)}
/>
</div>