summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2024-02-07 14:48:56 +0100
committerPaul-Christian Volkmer2024-02-07 14:48:56 +0100
commit8b8aced33617536ed527d3c117343dda3cff14d0 (patch)
tree37cb6bb6c8b5a48264688f15f9fee101f87c2cb9
parent35f87931c8a18573b371b8dad6b6a13108327dcd (diff)
docs: weitere Anpassung von 'DNPM' zu 'System'
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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'
);
```