Skip to content

Commit 210f1f8

Browse files
authored
fix(rls): Update text from tables to datasets in RLS modal (#25997)
1 parent 97d89d7 commit 210f1f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

superset-frontend/src/features/rls/RowLevelSecurityModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,10 +385,10 @@ function RowLevelSecurityModal(props: RowLevelSecurityModalProps) {
385385

386386
<StyledInputContainer>
387387
<div className="control-label">
388-
{t('Tables')} <span className="required">*</span>
388+
{t('Datasets')} <span className="required">*</span>
389389
<InfoTooltip
390390
tooltip={t(
391-
'These are the tables this filter will be applied to.',
391+
'These are the datasets this filter will be applied to.',
392392
)}
393393
/>
394394
</div>

0 commit comments

Comments
 (0)