Unverified Commit c167c21e authored by Jasper Platenburg's avatar Jasper Platenburg Committed by GitHub

chore: added translation for copy memo link (#942)

parent 40d25f7d
...@@ -99,7 +99,7 @@ const ShareMemoDialog: React.FC<Props> = (props: Props) => { ...@@ -99,7 +99,7 @@ const ShareMemoDialog: React.FC<Props> = (props: Props) => {
const handleCopyLinkBtnClick = () => { const handleCopyLinkBtnClick = () => {
copy(`${window.location.origin}/m/${memo.id}`); copy(`${window.location.origin}/m/${memo.id}`);
toastHelper.success("Succeed to copy memo link to clipboard."); toastHelper.success(t("message.succeed-copy-link"));
}; };
const memoVisibilityOptionSelectorItems = VISIBILITY_SELECTOR_ITEMS.map((item) => { const memoVisibilityOptionSelectorItems = VISIBILITY_SELECTOR_ITEMS.map((item) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment