From 102cbc3e0bbd44439bbeaa7187150f7bbce89f9c Mon Sep 17 00:00:00 2001 From: Thomas Zemp Date: Wed, 14 Feb 2024 16:48:05 +0100 Subject: [PATCH] chore: update app title --- d2.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d2.config.js b/d2.config.js index 142b21ef..d62fef0b 100644 --- a/d2.config.js +++ b/d2.config.js @@ -1,7 +1,7 @@ const config = { type: 'app', name: 'settings', - title: 'Settings', + title: 'System Settings', coreApp: true, minDHIS2Version: '2.41',