diff --git a/gui/preload-chat.js b/gui/preload-chat.js index bffdc644..e1a32b89 100644 --- a/gui/preload-chat.js +++ b/gui/preload-chat.js @@ -13,7 +13,7 @@ const config = require(configPath); // set date format const dateFormat = new Intl.DateTimeFormat("en-GB", { timeStyle: "long", - dateStyle: "full", + dateStyle: "short", }); // set date format information const dateFormatShort = new Intl.DateTimeFormat("en-GB", {