From 201053963daf092ec643302e051187174fa92b7a Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Tue, 21 Apr 2020 10:01:45 +0100 Subject: [PATCH] Strings should be explicit Co-Authored-By: Travis Ralston --- config.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index 259d404020..e351648aba 100644 --- a/config.sample.json +++ b/config.sample.json @@ -26,7 +26,7 @@ "defaultCountryCode": "GB", "showLabsSettings": false, "features": { - "feature_font_scaling": labs, + "feature_font_scaling": "labs", "feature_pinning": "labs", "feature_custom_status": "labs", "feature_custom_tags": "labs",