Skip to content
Snippets Groups Projects
Commit 6b2866fc authored by Alex Pott's avatar Alex Pott
Browse files

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

parent 32070726
No related branches found
No related tags found
No related merge requests found
......@@ -458,7 +458,7 @@ public function getArgumentText() {
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.'),
);
}
......
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