From 2fe0110762512b019f0f87e33716e365232a27e9 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 14 May 2022 14:30:08 +0100 Subject: [PATCH] :bug: Updates mdi text in schema (#640) --- src/utils/ConfigSchema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index 8f24c989..393b12b3 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -322,7 +322,7 @@ "description": "If true, font-awesome will be loaded, if false they will not be. If left empty, icons will only be loaded if needed" }, "enableMaterialDesignIcons": { - "title": "Enable Font-Awesome?", + "title": "Enable Material Design Icons?", "type": "boolean", "default": false, "description": "If true, material-design-icons will be loaded, if false they will not be. If left empty, icons will only be loaded if needed"