From 850ea94ae8872075d7ca47971ee2a2f2d581f784 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Wed, 6 May 2020 01:50:01 +1200 Subject: [PATCH] Fix default settings --- src/lib/constants.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/constants.js b/src/lib/constants.js index beaed1a..76f27ea 100644 --- a/src/lib/constants.js +++ b/src/lib/constants.js @@ -71,7 +71,7 @@ let constants = { user_settings: [ { name: "language", - default: "English (International)", + default: "en", boolean: false, replaceEmptyWithDefault: true // set this to false if the control is a checkbox and is not disabled },{ @@ -91,12 +91,12 @@ let constants = { replaceEmptyWithDefault: true },{ name: "theme", - default: "Classic", + default: "classic", boolean: false, replaceEmptyWithDefault: true },{ name: "caption_side", - default: "Left (Bibliogram)", + default: "left", boolean: false, replaceEmptyWithDefault: true },{