~netlandish/django-wiki

e939bdd6b9557367a42e323e3f1ee909727e663f — Benjamin Bach 7 years ago 6b2cb1a
Fix a typo
1 files changed, 1 insertions(+), 1 deletions(-)

M wiki/plugins/links/templates/wiki/plugins/links/sidebar.html
M wiki/plugins/links/templates/wiki/plugins/links/sidebar.html => wiki/plugins/links/templates/wiki/plugins/links/sidebar.html +1 -1
@@ 3,7 3,7 @@
<h4>{% trans "Link to another wiki page" %}</h4>

<p>
  {% trans "Type in something from another wiki page's title and auto-complete will help you create a tag for you wiki link. Tags for links look like this:" %}<br />
  {% trans "Type in something from another wiki page's title and auto-complete will help you create a tag for your wiki link. Tags for links look like this:" %}<br />
</p>

<pre>[Title of link](wiki:ArticleSlug)</pre>