From 6d8949165190d5c609b83e4870ccbea5a55f1a4f Mon Sep 17 00:00:00 2001 From: Sainan Date: Sat, 8 Feb 2025 22:28:06 +0100 Subject: [PATCH] make general_inventoryUpdateNote slightly more concise --- static/webui/translations/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/webui/translations/en.js b/static/webui/translations/en.js index 2087b210..1c916415 100644 --- a/static/webui/translations/en.js +++ b/static/webui/translations/en.js @@ -1,5 +1,5 @@ dict = { - general_inventoryUpdateNote: `Note: Changes made here will only be reflected in-game when the game re-downloads your inventory. Visiting the navigation should be the easiest way to trigger that.`, + general_inventoryUpdateNote: `Note: Changes made here will only be applied in-game when the game syncs the inventory. Visiting the navigation should be the easiest way to trigger that.`, general_addButton: `Add`, general_bulkActions: `Bulk Actions`, code_nonValidAuthz: `Your credentials are no longer valid.`,