Skip to content

Commit 747d3f3

Browse files
committed
Fix encrypted attribute copy
1 parent 79b58da commit 747d3f3

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)