Skip to content
Snippets Groups Projects
Commit 1f4efc92 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

(cherry picked from commit 85ef01de)
parent 39aff167
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