Skip to content
Snippets Groups Projects

Fix missing t()

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -118,7 +118,7 @@ class ABTestForm extends FormBase {
$form['name'] = [
'#type' => 'textfield',
'#title' => 'Test name',
'#title' => $this->t('Test name'),
'#default_value' => empty($test['name']) ? NULL : $test['name'],
'#size' => 65,
'#maxlength' => 64,
Loading