This commit is contained in:
2024-12-02 13:08:55 +01:00
parent 4fcc38c374
commit f296cbc1a0
3 changed files with 20 additions and 9 deletions

View File

@@ -616,7 +616,7 @@ function get_certificate() {
fileLink.click();
fileLink.remove();
toast.clear();
toast("Urkunde generiert!", { type: TYPE.SUCCESS });
toast(t('urkunde_generiert'), { type: TYPE.SUCCESS });
}
})
.catch((err) => {