diff --git a/pages/changelog.tsx b/pages/changelog.tsx index c8c2a44..6789b32 100644 --- a/pages/changelog.tsx +++ b/pages/changelog.tsx @@ -22,7 +22,7 @@ const Changelog: NextPage = () => {

@@ -30,10 +30,12 @@ const Changelog: NextPage = () => {

diff --git a/shared/stores/inventory/inventory.service.ts b/shared/stores/inventory/inventory.service.ts index 3969470..50a8402 100644 --- a/shared/stores/inventory/inventory.service.ts +++ b/shared/stores/inventory/inventory.service.ts @@ -54,7 +54,7 @@ export class InventoryService { if (res.ok) { inventoryStore.update(() => json) const notification = createNotification({ - content: 'Synced inventory from steam!', + content: 'Successfully synced inventory!', duration: 5000, type: 'success', })