From b1bd5e96658e073a484607a99bf14ecae1feafdb Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Mon, 22 Apr 2019 17:01:22 +0100 Subject: [PATCH] updated change log --- src/utils/changelog.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 14ed72a..61395b5 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -1,8 +1,8 @@ const config = [ { version: 1.5, - title: 'New notification sound', - shortTitle: 'Profile Panel', + title: 'New Notification Sound', + shortTitle: 'Notification Sound', date: '22/04/2019', headColor: "rgba(16, 0, 154, 0.77)", new: [ @@ -11,7 +11,7 @@ const config = [ ], fix: [ "Clicking 'Send Message' should close the user panel.", - "Bug fixes with online status and notifications." + "Online status and notifications were not showing correctly." ] }, {