web/i18n: move call to action button strings to own file

This commit is contained in:
wukko
2024-08-09 14:40:30 +06:00
parent 21ef35ea20
commit 536d9c9742
9 changed files with 32 additions and 30 deletions

View File

@@ -42,7 +42,7 @@
copyURL(cobaltUrl);
copied = true;
}}
aria-label={copied ? $t("a11y.dialog.saving.copied") : ""}
aria-label={copied ? $t("button.copied") : ""}
>
<div class="share-button-icon">
<CopyIcon check={copied} />