Skip to content
Snippets Groups Projects
Commit 130d3e69 authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3278852: Use $this->t()

parent 24df72bf
No related branches found
No related tags found
No related merge requests found
......@@ -414,7 +414,7 @@ class FillPdfFormForm extends ContentEntityForm {
'warning' => [$fillpdf_form_fields_empty_message],
],
'#status_headings' => [
'warning' => t('Warning message'),
'warning' => $this->t('Warning message'),
],
];
}
......
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