This is an automated email from the ASF dual-hosted git repository. sophieyou pushed a commit to branch yousoph-rls-text-fix in repository https://gitbox.apache.org/repos/asf/superset.git
commit 76b9bf93668761f0646bcd2e32f508f09d79f2eb Author: yousoph <[email protected]> AuthorDate: Wed Nov 15 17:20:25 2023 -0800 Update text from tables to datasets --- superset-frontend/src/features/rls/RowLevelSecurityModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/src/features/rls/RowLevelSecurityModal.tsx b/superset-frontend/src/features/rls/RowLevelSecurityModal.tsx index d7e7af7126..d14d48d0e5 100644 --- a/superset-frontend/src/features/rls/RowLevelSecurityModal.tsx +++ b/superset-frontend/src/features/rls/RowLevelSecurityModal.tsx @@ -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>
