diff --git a/extension/changelog.json b/extension/changelog.json
index 9b7f4f38d..c9bb575ea 100644
--- a/extension/changelog.json
+++ b/extension/changelog.json
@@ -10,7 +10,7 @@
{ "message": "Add Vanguard armor set to Auction House Filter.", "contributor": "TheFoxMan" },
{ "message": "Fix Employee Effectiveness Highlight after training an employee.", "contributor": "TheFoxMan" }
],
- "changes": [],
+ "changes": [{ "message": "Total Portfolio Value is now live and accurate unless stocks transactions are made.", "contributor": "TheFoxMan" }],
"removed": []
}
},
diff --git a/extension/pages/settings/settings.html b/extension/pages/settings/settings.html
index c334d14f0..0244aa3cd 100644
--- a/extension/pages/settings/settings.html
+++ b/extension/pages/settings/settings.html
@@ -591,6 +591,9 @@
+
+ The popup shows the profit calculated purely from API data which makes it inaccurate by default of 5 minutes.
+
@@ -1389,6 +1392,10 @@
+
+ The current stock price is live (from the stocks page) but the information of stocks you hold is fetched from the Torn API. This
+ may make the profit shown inaccurate for 30 seconds if you bought or sold stocks (the API data updates after 30 seconds).
+