We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa776c commit 1b75df0Copy full SHA for 1b75df0
templates/cli/lib/questions.js.twig
@@ -496,7 +496,7 @@ const questionsCreateCollection = [
496
{
497
type: "list",
498
name: "documentSecurity",
499
- message: "Enable Document-Security for configuring permissions for individual documents",
+ message: "Enable document security for configuring permissions for individual documents",
500
choices: ["No", "Yes"]
501
}
502
];
@@ -562,7 +562,7 @@ const questionsCreateTable = [
562
563
564
name: "rowSecurity",
565
- message: "Enable Row-Security for configuring permissions for individual rows",
+ message: "Enable row security for configuring permissions for individual rows",
566
567
568
0 commit comments