web/i18n: move call to action button strings to own file
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user