aboutsummaryrefslogtreecommitdiff
path: root/website/themes
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-05-15 20:49:39 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-05-15 20:49:39 +0000
commit73149c38b0652940135eaee643a55329c420f90c (patch)
tree8fea856266f355d92b7665d86c09c1410fa8a86d /website/themes
parent0df4ceb98dd9895a7551b3ad3caad4111cdfc9e8 (diff)
downloaddoc-73149c38b0652940135eaee643a55329c420f90c.tar.gz
doc-73149c38b0652940135eaee643a55329c420f90c.zip
Redundant/incorrect dot on fr, ja, zh-cn, zh-tw homepages
PR: 255702 Submitted by: ygy@
Diffstat (limited to 'website/themes')
-rw-r--r--website/themes/beastie/i18n/en.toml2
-rwxr-xr-xwebsite/themes/beastie/layouts/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/website/themes/beastie/i18n/en.toml b/website/themes/beastie/i18n/en.toml
index 5aa6b40440..50ef8159b9 100644
--- a/website/themes/beastie/i18n/en.toml
+++ b/website/themes/beastie/i18n/en.toml
@@ -159,7 +159,7 @@ other = "Hardware Donations"
other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded"
[freebsdDescription2]
-other = "platforms"
+other = "platforms."
[freebsdDescription3]
other = "A large"
diff --git a/website/themes/beastie/layouts/index.html b/website/themes/beastie/layouts/index.html
index f45e760b3a..a9a12d6124 100755
--- a/website/themes/beastie/layouts/index.html
+++ b/website/themes/beastie/layouts/index.html
@@ -8,7 +8,7 @@
<h1>{{ i18n "freebsdProject" }}</h1>
<p>
{{ i18n "freebsdDescription1" }}
- <a href={{ "platforms/" | absLangURL }}>{{ i18n "freebsdDescription2" }}</a>.
+ <a href={{ "platforms/" | absLangURL }}>{{ i18n "freebsdDescription2" }}</a>
{{ i18n "freebsdDescription3" }}
<a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/articles/contributors/#staff-committers/" }}>{{ i18n "freebsdDescription4" }}</a>
{{ i18n "freebsdDescription5" }}