From 4271e2fcc8252798fcca098b546d9acb5354070a Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 2 Feb 2023 02:35:02 -0800 Subject: [PATCH] Added to fixed bugs list --- components/UpdatesPage/index.tsx | 2 +- public/locales/en/updates.json | 3 ++- public/locales/ja/updates.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/UpdatesPage/index.tsx b/components/UpdatesPage/index.tsx index 48d3471c..a7550ddb 100644 --- a/components/UpdatesPage/index.tsx +++ b/components/UpdatesPage/index.tsx @@ -16,7 +16,7 @@ const UpdatesPage = () => { '1.0.1': 4, '1.1.0': { updates: 10, - bugs: 2, + bugs: 3, images: [ 'remix', 'unauth', diff --git a/public/locales/en/updates.json b/public/locales/en/updates.json index 818f5e2c..f8d906a2 100644 --- a/public/locales/en/updates.json +++ b/public/locales/en/updates.json @@ -62,7 +62,8 @@ ], "bugs": [ "Fixed a bug that caused users to be logged out whenever they restarted their browser", - "Fixed a bug that caused Dark Opus weapons to permanently disappear when adding them to a party that already had one" + "Fixed a bug that caused Dark Opus weapons to permanently disappear when adding them to a party that already had one", + "Rebuilt the component for Clear Time in party details to have a more predictable user experience" ] }, "1.0.1": { diff --git a/public/locales/ja/updates.json b/public/locales/ja/updates.json index 5c63fb55..b994e481 100644 --- a/public/locales/ja/updates.json +++ b/public/locales/ja/updates.json @@ -62,7 +62,8 @@ ], "bugs": [ "ブラウザを再起動するとログアウトしてしまう不具合を修正", - "終末武器をすでに装備している編成に追加すると、永久に消えてしまう不具合を修正" + "終末武器をすでに装備している編成に追加すると、永久に消えてしまう不具合を修正", + "討伐時間のボックスを使いやすいようにのコンポネントを作り直しました" ] }, "1.0.1": {