Skip to content
Snippets Groups Projects
Commit 8c36798f authored by catch's avatar catch
Browse files

Issue #3022017 by svenryen: Text label for OPML views is duplicated

parent 100826d7
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
$form['xml_url_field'] = [
'#type' => 'select',
'#title' => $this->t('XML URL attribute'),
'#description' => $this->t('The field that is going to be used as the OPML text attribute for each row.'),
'#description' => $this->t('The field that is going to be used as the OPML XML URL attribute for each row.'),
'#options' => $view_fields_labels,
'#default_value' => $this->options['xml_url_field'],
'#states' => [
......
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