Skip to content

Commit 11c324d

Browse files
authored
Merge pull request #2074 from HarshMN2345/fix-SER-41-Fix-encrypted--attribute-copy
Fix encrypted attribute copy
2 parents 82d3777 + 747d3f3 commit 11c324d

File tree

1 file changed

+2
-2
lines changed
  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes

1 file changed

+2
-2
lines changed

src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/string.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158
</Layout.Stack>
159159
</button>
160160
<Typography.Text color="--fgcolor-neutral-tertiary">
161-
Indicate whether this attribute is encrypted. Encrypted attributes
162-
cannot be queried.
161+
Protect attribute against data leaks for best privacy compliance.
162+
Encrypted attributes cannot be queried.
163163
</Typography.Text>
164164
</Layout.Stack>
165165

0 commit comments

Comments
 (0)