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 authored and sfirke committed Mar 22, 2024
1 parent cb85362 commit e3edaa3
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 e3edaa3

Please sign in to comment.