mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: added translation for copy memo link (#942)
This commit is contained in:
committed by
GitHub
parent
40d25f7dca
commit
c167c21e4e
@ -99,7 +99,7 @@ const ShareMemoDialog: React.FC<Props> = (props: Props) => {
|
||||
|
||||
const handleCopyLinkBtnClick = () => {
|
||||
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) => {
|
||||
|
Reference in New Issue
Block a user