From c66d7448246e9578b30c5b59eabd0624b21aa864 Mon Sep 17 00:00:00 2001 From: Dirk van der Laarse Date: Sun, 30 Jul 2023 15:36:55 +0000 Subject: [PATCH] fix: field order and change label to title case --- frappe/core/doctype/system_settings/system_settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frappe/core/doctype/system_settings/system_settings.json b/frappe/core/doctype/system_settings/system_settings.json index 5d88a3e466..95dc1af924 100644 --- a/frappe/core/doctype/system_settings/system_settings.json +++ b/frappe/core/doctype/system_settings/system_settings.json @@ -33,6 +33,7 @@ "apply_strict_user_permissions", "column_break_21", "allow_guests_to_upload_files", + "force_web_capture_mode_for_uploads", "security", "session_expiry", "document_share_key_expiry", @@ -569,13 +570,13 @@ "description": "When uploading files, force the use of the web-based image capture. If this is unchecked, the default behavior is to use the mobile native camera when use from a mobile is detected.", "fieldname": "force_web_capture_mode_for_uploads", "fieldtype": "Check", - "label": "Force web capture mode for uploads" + "label": "Force Web Capture Mode for Uploads" } ], "icon": "fa fa-cog", "issingle": 1, "links": [], - "modified": "2023-06-14 11:19:33.429196", + "modified": "2023-07-30 17:34:08.292152", "modified_by": "Administrator", "module": "Core", "name": "System Settings",