blob: 9bf0848200b9f656b80f5fb1b49ab25773e3d7a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- components/commerce_strings.grdp.orig 2023-11-03 10:09:45 UTC
+++ components/commerce_strings.grdp
@@ -304,7 +304,7 @@
<message name="IDS_PRICE_HISTORY_DESCRIPTION" desc="The description of the Price History section in the Shopping Insights side panel explaining how the prices are gathered.">
Typical prices are based on stores across the web over the past 90 days.
</message>
- <if expr="is_win or is_linux">
+ <if expr="is_win or is_posix">
<then>
<message name="IDS_PRICE_HISTORY_GRAPH_ACCESSIBILITY" desc="Accessibility string for the price history graph indicating how users can review the price changes on the graph.">
Browse mode, you can change to Forms mode to use the left/right arrow to review price changes on the graph
|