roll up dns changes translations

This commit is contained in:
2021-08-31 09:12:57 +01:00
parent 5821804d42
commit 573c2cf8a0
21 changed files with 352 additions and 105 deletions
+7 -3
View File
@@ -47,7 +47,7 @@ export default function Footer(props) {
shareState();
}}
>
Share this page
{t("common:social-bar-share-link")}
</button>
<ul
className={
@@ -64,7 +64,9 @@ export default function Footer(props) {
className="twitter"
>
<span className="vo_hidden">
Share this page via{" "}
{t(
"common:social-bar-share-via-link"
)}{" "}
</span>
Twitter
</a>
@@ -97,7 +99,9 @@ export default function Footer(props) {
id="sharebar__backtotop"
className="btn--outlined btn--arrow-up"
>
<a href="#page_wrapper">Back to top</a>
<a href="#page_wrapper">
{t("common:back-to-top-link")}
</a>
</div>
</div>
</div>