copied -> kopiert

This commit is contained in:
Philipp Dormann 2020-08-23 15:00:37 +02:00
parent 210915e074
commit cfd8bab7cc
1 changed files with 1 additions and 1 deletions

View File

@ -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