Skip to content
Snippets Groups Projects
Commit db87c804 authored by Olivia206's avatar Olivia206
Browse files

fix

parent d2ecc83f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
{{ if .events }}
{{ partial "blocks/templates/agenda.html" (dict
"block" (dict
"title" (printf "%s %s" (i18n "events.backlinks.projects") $about)
"title" (printf "%s %s" (i18n "persons.backlinks.events") $about)
"template" "agenda"
"ranks" (dict
"self" 2
......@@ -36,7 +36,7 @@
{{ if .pages }}
{{ partial "blocks/templates/pages.html" (dict
"block" (dict
"title" (printf "%s %s" (i18n "pages.backlinks.projects") $about)
"title" (printf "%s %s" (i18n "persons.backlinks.pages") $about)
"template" "pages"
"ranks" (dict
"self" 2
......@@ -59,7 +59,7 @@
{{ end }}
{{ partial "blocks/templates/posts.html" (dict
"block" (dict
"title" (printf "%s %s" (i18n "posts.backlinks.projects") $about)
"title" (printf "%s %s" (i18n "persons.backlinks.posts") $about)
"template" "posts"
"ranks" (dict
"self" 2
......
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