This is an automated email from the ASF dual-hosted git repository.
sophieyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 210f1f8f95 fix(rls): Update text from tables to datasets in RLS modal
(#25997)
210f1f8f95 is described below
commit 210f1f8f95531365da2c5a5897e801c4cb7edacd
Author: yousoph <[email protected]>
AuthorDate: Thu Nov 16 09:48:54 2023 -0800
fix(rls): Update text from tables to datasets in RLS modal (#25997)
---
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>