Skip to content

Commit bc563ec

Browse files
authored
Merge pull request #94 from micka-fdz/update-switch-fields-wording
Update switch fields wording
2 parents 88deba3 + 795f082 commit bc563ec

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

classes/Form/ConfigurationForm.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ public function generate()
103103
[
104104
'id' => 'ga_userid_enabled',
105105
'value' => 1,
106-
'label' => $this->module->l('Enabled'),
106+
'label' => $this->module->l('Yes'),
107107
],
108108
[
109109
'id' => 'ga_userid_disabled',
110110
'value' => 0,
111-
'label' => $this->module->l('Disabled'),
111+
'label' => $this->module->l('No'),
112112
], ],
113113
],
114114
[
@@ -120,12 +120,12 @@ public function generate()
120120
[
121121
'id' => 'ga_anonymize_enabled',
122122
'value' => 1,
123-
'label' => $this->module->l('Enabled'),
123+
'label' => $this->module->l('Yes'),
124124
],
125125
[
126126
'id' => 'ga_anonymize_disabled',
127127
'value' => 0,
128-
'label' => $this->module->l('Disabled'),
128+
'label' => $this->module->l('No'),
129129
],
130130
],
131131
],
@@ -138,12 +138,12 @@ public function generate()
138138
[
139139
'id' => 'ga_track_backoffice',
140140
'value' => 1,
141-
'label' => $this->module->l('Enabled'),
141+
'label' => $this->module->l('Yes'),
142142
],
143143
[
144144
'id' => 'ga_do_not_track_backoffice',
145145
'value' => 0,
146-
'label' => $this->module->l('Disabled'),
146+
'label' => $this->module->l('No'),
147147
],
148148
],
149149
],
@@ -175,12 +175,12 @@ public function generate()
175175
[
176176
'id' => 'ga_crossdomain_enabled',
177177
'value' => 1,
178-
'label' => $this->module->l('Enabled'),
178+
'label' => $this->module->l('Yes'),
179179
],
180180
[
181181
'id' => 'ga_crossdomain_disabled',
182182
'value' => 0,
183-
'label' => $this->module->l('Disabled'),
183+
'label' => $this->module->l('No'),
184184
],
185185
],
186186
];

0 commit comments

Comments
 (0)