diff --git a/plugins/Goals/templates/add_new_goal.tpl b/plugins/Goals/templates/add_new_goal.tpl index 7450bf47641a39f22ea178081f860643c71837a0..01beebea998706fd2aaf9a774f4bd336b8b36b06 100644 --- a/plugins/Goals/templates/add_new_goal.tpl +++ b/plugins/Goals/templates/add_new_goal.tpl @@ -2,5 +2,10 @@ {if $userCanEditGoals} {include file=Goals/templates/add_edit_goal.tpl} {else} +<h2>{'Goals_CreateNewGOal'|translate}</h2> +<p> {'Goals_NoGoalsNeedAccess'|translate} +</p> +<p>{'Goals_LearnMoreAboutGoalTrackingDocumentation'|translate:"<a href='misc/redirectToUrl.php?url=http://piwik.org/docs/tracking-goals-web-analytics/' target='_blank'>":"</a>"} +</p> {/if}