update language translations placeholders

This commit is contained in:
2024-04-11 11:26:07 +01:00
parent 282879c702
commit cb27f80e7f
13 changed files with 127 additions and 42 deletions
+3 -2
View File
@@ -34,7 +34,7 @@ export default function Footer(props) {
const copyToClipBoard = async (copyMe) => {
try {
await navigator.clipboard.writeText(copyMe);
setCopySuccess(" - done!");
setCopySuccess(" - " + t("common:social-bar-share-copy-link-done"));
} catch (err) {
setCopySuccess("Failed to copy!");
}
@@ -145,7 +145,8 @@ export default function Footer(props) {
<span className="vo_hidden">
Share this page via{" "}
</span>
Copy Link {copySuccess}
{t("common:social-bar-share-copy-link")}{" "}
{copySuccess}
</a>
</li>
</ul>