From 37396858ddef2020a6fdb3690cdd698b5129f50f Mon Sep 17 00:00:00 2001 From: Tobias Hopp Date: Mon, 30 Jan 2023 11:40:44 +0100 Subject: [PATCH] update Took 4 seconds --- src/web/Containers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/Containers.ts b/src/web/Containers.ts index 01fd1b0..bae2c5b 100644 --- a/src/web/Containers.ts +++ b/src/web/Containers.ts @@ -134,7 +134,7 @@ export class Containers { modal.addContent(document.createElement("br")); - modal.addButton(ButtonType.PRIMARY, "Abbrechen", () => modal.close()); + modal.addButton(ButtonType.PRIMARY, "Schließen", () => modal.close()); modal.addContent(btnSave);