From a56410bf7b13c306c3e250cfb38acd7ba748b0f7 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 24 Feb 2020 14:19:35 +0000 Subject: [PATCH] Issue #2946177 by ankitjain28may, bhanuprakashnani, mohit1604, Pasqualle, Rithesh BK, joachim, cilefen, ifrik: Incorrect help text --- core/modules/node/src/NodeTypeForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/node/src/NodeTypeForm.php b/core/modules/node/src/NodeTypeForm.php index 66c27070600..1d72117369b 100644 --- a/core/modules/node/src/NodeTypeForm.php +++ b/core/modules/node/src/NodeTypeForm.php @@ -154,7 +154,7 @@ class NodeTypeForm extends BundleEntityFormBase { 'sticky' => t('Sticky at top of lists'), 'revision' => t('Create new revision'), ], - '#description' => t('Users with the Administer content permission will be able to override these options.'), + '#description' => t('Users with sufficient access rights will be able to override these options.'), ]; if ($this->moduleHandler->moduleExists('language')) { $form['language'] = [