Skip to content
Snippets Groups Projects
Commit d2d1b5f5 authored by Daniel Cothran's avatar Daniel Cothran
Browse files

Issue #3349533 by gayatri chahar, himanshu_jhaloya, Adil_Siddiqui, andileco:...

Issue #3349533 by gayatri chahar, himanshu_jhaloya, Adil_Siddiqui, andileco: t() calls should avoid in class
parent 0c730ab1
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ class ViewsFieldsOnOffForm extends FieldPluginBase {
$form['exposed_select_type'] = [
'#type' => 'radios',
'#title' => $this->t('Exposed selection field type'),
'#description' => t('Fields to be turned on and off.'),
'#description' => $this->t('Fields to be turned on and off.'),
'#options' => [
'checkboxes' => $this->t('Checkboxes'),
'radios' => $this->t('Radios'),
......
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