From cfd8bab7cc791487736ef0324367824747bdf588 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sun, 23 Aug 2020 15:00:37 +0200 Subject: [PATCH] copied -> kopiert --- src/mailgo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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