From 88e59bb395091cbbe0cf16b00bfae89bf0f96392 Mon Sep 17 00:00:00 2001 From: veryCrunchy Date: Wed, 5 Jun 2024 18:18:53 +0200 Subject: [PATCH] feat: Failed to fetch user string (#7425) --- src/Extension/popup.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Extension/popup.json b/src/Extension/popup.json index 9b03e768efd..46a1ecebfdf 100644 --- a/src/Extension/popup.json +++ b/src/Extension/popup.json @@ -183,6 +183,10 @@ "description": "When the 'Sync Language' setting is disabled, it will show a selector where you can select a language that will be preferred for the languages of presences (location: extension popup -> discord icon/profile picture -> 'language' section)", "message": "Preferred Presence Language" }, + "popup.setting.failedToFetchUser": { + "description": "Shown when the user is logged in but we could not get their profile data (location: extension popup -> discord icon/profile picture)", + "message": "Failed to fetch user" + }, "popup.setting.heartbeat": { "description": "Enable/Disable sending heartbeats to PreMiD (Anonymized diagonistic data about what version you are using of PreMiD etc.) (location: extension popup -> discord icon/profile picture -> 'Diagnostics' section)", "message": "Heartbeat"