From 79efde60a242591f0bd8ae3e4f898322031476ba Mon Sep 17 00:00:00 2001
From: Martyn Welch <martyn.welch@collabora.com>
Date: Tue, 6 Jul 2021 18:15:53 +0100
Subject: [PATCH] Switch from "posts" to "documents"

The Apertis website isn't a blog, switch from the "posts" terminology to
"documents" which is much more inline with what we have on the site.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
---
 themes/apertis/i18n/en.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/themes/apertis/i18n/en.yaml b/themes/apertis/i18n/en.yaml
index e03569f20..3fa875f89 100644
--- a/themes/apertis/i18n/en.yaml
+++ b/themes/apertis/i18n/en.yaml
@@ -10,13 +10,13 @@
 - id: readMore
   translation: "Read More"
 - id: olderPosts
-  translation: "Older Posts"
+  translation: "Older Documents"
 - id: newerPosts
-  translation: "Newer Posts"
+  translation: "Newer Documents"
 - id: previousPost
-  translation: "Previous Post"
+  translation: "Previous Document"
 - id: nextPost
-  translation: "Next Post"
+  translation: "Next Document"
 
 # 404 page
 - id: pageNotFound
-- 
GitLab