diff --git a/src/mailgo.ts b/src/mailgo.ts index 45e0918..e5d2966 100644 --- a/src/mailgo.ts +++ b/src/mailgo.ts @@ -614,7 +614,7 @@ const copy = (content: string): void => { let activeCopy: HTMLElement; // the correct copyButton (mail or tel) mailgoIsShowing(MAIL_TYPE) ? (activeCopy = copyMail) : (activeCopy = copyTel); - activeCopy.textContent = "copied"; + activeCopy.textContent = "kopiert"; setTimeout(() => { activeCopy.textContent = "copy"; // hide after the timeout