From 8b8aced33617536ed527d3c117343dda3cff14d0 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 7 Feb 2024 14:48:56 +0100 Subject: [PATCH] docs: weitere Anpassung von 'DNPM' zu 'System' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed727fb..923b5be 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ INSERT INTO einstellung (name, wert, kategorie, beschreibung) VALUES ( 'consentform', 'MR.Consent', - 'DNPM', + 'System', 'Zu verwendendes Consent-Formular' ); ```