Skip to content
Snippets Groups Projects
Commit 5aee4a92 authored by Al Munnings's avatar Al Munnings
Browse files

you the typo. you go girl.

parent ddd17dc4
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ class SettingsForm extends ConfigFormBase {
$form['advanced']['expose_entity_ids'] = [
'#type' => 'checkbox',
'#title' => $this->t('Expose entity IDs'),
'#description' => $this->t('You schema will always have UUIDs enabled. Leaving this disabled can help protect your schema against enumeration attacks. Exposing will allow loading entities by numeric id.'),
'#description' => $this->t('The schema will always have UUIDs enabled. Leaving this disabled can help protect your schema against enumeration attacks. Exposing will allow loading entities by numeric id.'),
'#default_value' => $this->getConfig()->get('settings.expose_entity_ids'),
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment