Skip to content
Snippets Groups Projects
Commit 85ef01de authored by catch's avatar catch
Browse files

Issue #2678550 by imrancluster: Need full stop (.) for description field's...

Issue #2678550 by imrancluster: Need full stop (.) for description field's help text in Add comment type' section
parent d0a9acce
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ public function form(array $form, FormStateInterface $form_state) {
$form['description'] = array(
'#type' => 'textarea',
'#default_value' => $comment_type->getDescription(),
'#description' => t('Describe this comment type. The text will be displayed on the <em>Comment types</em> administration overview page'),
'#description' => t('Describe this comment type. The text will be displayed on the <em>Comment types</em> administration overview page.'),
'#title' => t('Description'),
);
......
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