Skip to content

Commit 0875889

Browse files
committed
update: array attribute type message.
1 parent 7b46ad3 commit 0875889

File tree

8 files changed

+8
-16
lines changed

8 files changed

+8
-16
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,4 @@
100100
label="Array"
101101
bind:checked={data.array}
102102
disabled={data.required || editing}
103-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
104-
array." />
103+
description="Indicate whether this attribute is an array. Defaults to an empty array." />

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,4 @@
9292
label="Array"
9393
bind:checked={data.array}
9494
disabled={data.required || editing}
95-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
96-
array." />
95+
description="Indicate whether this attribute is an array. Defaults to an empty array." />

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,4 @@
9393
label="Array"
9494
bind:checked={data.array}
9595
disabled={data.required || editing}
96-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
97-
array." />
96+
description="Indicate whether this attribute is an array. Defaults to an empty array." />

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,4 @@
124124
label="Array"
125125
bind:checked={data.array}
126126
disabled={data.required || editing}
127-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
128-
array." />
127+
description="Indicate whether this attribute is an array. Defaults to an empty array." />

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,4 @@
122122
label="Array"
123123
bind:checked={data.array}
124124
disabled={data.required || editing}
125-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
126-
array." />
125+
description="Indicate whether this attribute is an array. Defaults to an empty array." />

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,4 @@
120120
label="Array"
121121
bind:checked={data.array}
122122
disabled={data.required || editing}
123-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
124-
array." />
123+
description="Indicate whether this attribute is an array. Defaults to an empty array." />

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,4 @@
9292
label="Array"
9393
bind:checked={data.array}
9494
disabled={data.required || editing}
95-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
96-
array." />
95+
description="Indicate whether this attribute is an array. Defaults to an empty array." />

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,4 @@
9393
label="Array"
9494
bind:checked={data.array}
9595
disabled={data.required || editing}
96-
description="Indicate whether this attribute should act as an array, with the default value set as an empty
97-
array." />
96+
description="Indicate whether this attribute is an array. Defaults to an empty array." />

0 commit comments

Comments
 (0)