remove localized AI Pick strings from HAR
Keep AI Pick and card explanation strings only in the base resource bundle so the HAR does not maintain locale-specific copies that belong to the host application.
This commit is contained in:
@@ -3,34 +3,6 @@
|
||||
{
|
||||
"name": "page_show",
|
||||
"value": "page from package"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_title",
|
||||
"value": "AI Picks"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_loading",
|
||||
"value": "Loading"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_no_contract",
|
||||
"value": "No matching contracts"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_main_contract",
|
||||
"value": "M"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_custom_strategy",
|
||||
"value": "Create a strategy"
|
||||
},
|
||||
{
|
||||
"name": "ai_pick_custom_tag",
|
||||
"value": "Custom"
|
||||
},
|
||||
{
|
||||
"name": "card_explain_confirm",
|
||||
"value": "Got it"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user