summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2019-10-14 19:14:15 +0200
committerGustav Eek <gustav.eek@fripost.org>2019-10-14 19:14:15 +0200
commitd3f7450c26e8012b90bcd2da8acee81dc8beeb1e (patch)
tree3564135de533660627393168be3979826d534a65 /templates
parentc6158f434fd470f27fc62eb0f3370a43b91541c7 (diff)
Page template updated with swedish edit text
In collaboration between: LJO, GM, LM, LB, GE
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 9b92c6a..0f2f705 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -17,7 +17,7 @@
<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
</TMPL_IF>
<TMPL_UNLESS ISWEBSITE><TMPL_IF EDITURL>
- <link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" />
+ <link rel="alternate" type="application/x-wiki" title="Redigera sidan" href="<TMPL_VAR EDITURL>" />
</TMPL_IF></TMPL_UNLESS>
<TMPL_IF FEEDLINKS><TMPL_VAR FEEDLINKS></TMPL_IF>
<TMPL_IF RELVCS><TMPL_VAR RELVCS></TMPL_IF>
@@ -96,7 +96,7 @@
<TMPL_IF EDITURL>
<div class="col-md-4 col-sm-4 col-xs-6 text-right">
<a href="<TMPL_VAR EDITURL>" rel="nofollow">
- <span class="glyphicon glyphicon-pencil"></span> Edit this page
+ <span class="glyphicon glyphicon-pencil"></span> Redigera sidan
</a>
</div>
</TMPL_IF>