Skip to content

Commit

Permalink
fix(rls): Update text from tables to datasets in RLS modal (apache#25997
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yousoph committed Nov 16, 2023
1 parent 97d89d7 commit 210f1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset-frontend/src/features/rls/RowLevelSecurityModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 210f1f8

Please sign in to comment.