Skip to content
Snippets Groups Projects
Commit b650b35d authored by Dominique CLAUSE's avatar Dominique CLAUSE
Browse files

Issue #3368560 by Harshita mehna: Replace t() calls in classes

parent 9bd03323
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,8 @@ class W3cValidatorSettingsForm extends ConfigFormBase {
$form['validator_url'] = [
'#type' => 'url',
'#title' => t('W3C Validator API endpoint URI'),
'#description' => t('URL of the validator script where API call will be targeted.') . '<br/>' .
'#title' => $this->t('W3C Validator API endpoint URI'),
'#description' => $this->t('URL of the validator script where API call will be targeted.') . '<br/>' .
$this->t('You can use the official service at @w3cvalidator althought its not recommended.', [
'@w3cvalidator' => Link::fromTextAndUrl('http://validator.w3.org/check', Url::fromUri('http://validator.w3.org/check'))->toString()
]) . '<br/>' .
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment