Issue #2946177 by ankitjain28may, bhanuprakashnani, mohit1604, Pasqualle, Rithesh BK, joachim, cilefen, ifrik: Incorrect help text
parent
984f549d7f
commit
a56410bf7b
|
@ -154,7 +154,7 @@ class NodeTypeForm extends BundleEntityFormBase {
|
||||||
'sticky' => t('Sticky at top of lists'),
|
'sticky' => t('Sticky at top of lists'),
|
||||||
'revision' => t('Create new revision'),
|
'revision' => t('Create new revision'),
|
||||||
],
|
],
|
||||||
'#description' => t('Users with the <em>Administer content</em> 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')) {
|
if ($this->moduleHandler->moduleExists('language')) {
|
||||||
$form['language'] = [
|
$form['language'] = [
|
||||||
|
|
Loading…
Reference in New Issue