Issue #2417651 by TravisCarden: Grammar error in Views argument modal

8.0.x
Alex Pott 2015-02-03 16:23:43 +00:00
parent 32070726b3
commit 6b2866fcf2
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ class Page extends PathPluginBase {
return array(
'filter value not present' => $this->t('When the filter value is <em>NOT</em> in the URL'),
'filter value present' => $this->t('When the filter value <em>IS</em> in the URL or a default is provided'),
'description' => $this->t('The contextual filter values is provided by the URL.'),
'description' => $this->t('The contextual filter values are provided by the URL.'),
);
}