Skip to content
Snippets Groups Projects
Commit 10f31ba5 authored by Nathan Haug's avatar Nathan Haug
Browse files

Issue #2076525 by rooby: Permissions page link to examples page broken.

parent 5fbec87f
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ function charts_permission() {
),
'access example charts' => array(
'title' => t('Access example charts'),
'description' => t('Grants access to the <a href="!url">charts examples</a> page. Use this page for testing chart functionality.'),
'description' => t('Grants access to the <a href="!url">charts examples</a> page. Use this page for testing chart functionality.', array('!url' => url('charts/examples'))),
),
);
}
......
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