Skip to content

Commit 1b75df0

Browse files
committed
update copy
1 parent 7fa776c commit 1b75df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/cli/lib/questions.js.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ const questionsCreateCollection = [
496496
{
497497
type: "list",
498498
name: "documentSecurity",
499-
message: "Enable Document-Security for configuring permissions for individual documents",
499+
message: "Enable document security for configuring permissions for individual documents",
500500
choices: ["No", "Yes"]
501501
}
502502
];
@@ -562,7 +562,7 @@ const questionsCreateTable = [
562562
{
563563
type: "list",
564564
name: "rowSecurity",
565-
message: "Enable Row-Security for configuring permissions for individual rows",
565+
message: "Enable row security for configuring permissions for individual rows",
566566
choices: ["No", "Yes"]
567567
}
568568
];

0 commit comments

Comments
 (0)