From 9acda4f15d7bcf082b48b9b313e394da3467296d Mon Sep 17 00:00:00 2001 From: Ben Hollis Date: Fri, 21 Jun 2024 16:05:34 -0700 Subject: [PATCH] Tell Opera GX users to restart their computer --- config/i18n.json | 2 +- src/locale/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/i18n.json b/config/i18n.json index 37308e8894..d33651145b 100644 --- a/config/i18n.json +++ b/config/i18n.json @@ -411,7 +411,7 @@ "Help": { "CannotMove": "Cannot move that item off this character.", "NoStorage": "DIM can't store data", - "NoStorageMessage": "DIM can't store data in your browser. This can be caused by browsing in private or incognito mode, or when you have low disk space. You won't be able to log in to or use DIM." + "NoStorageMessage": "DIM can't store data in your browser. This can be caused by browsing in private or incognito mode, or when you have low disk space, or a browser bug. Try restarting your computer! You won't be able to log in to or use DIM until you fix this." }, "Hotkey": { "Armory": "Show Armory for an item", diff --git a/src/locale/en.json b/src/locale/en.json index 573b4eb175..105cebb72e 100644 --- a/src/locale/en.json +++ b/src/locale/en.json @@ -399,7 +399,7 @@ "Help": { "CannotMove": "Cannot move that item off this character.", "NoStorage": "DIM can't store data", - "NoStorageMessage": "DIM can't store data in your browser. This can be caused by browsing in private or incognito mode, or when you have low disk space. You won't be able to log in to or use DIM." + "NoStorageMessage": "DIM can't store data in your browser. This can be caused by browsing in private or incognito mode, or when you have low disk space, or a browser bug. Try restarting your computer! You won't be able to log in to or use DIM until you fix this." }, "Hotkey": { "Armory": "Show Armory for an item",