Skip to content

Commit

Permalink
update to ohlc tooltip (#628)
Browse files Browse the repository at this point in the history
* update

* 1.1.166
  • Loading branch information
moo-onthelawn authored Jul 26, 2024
1 parent 5453ff1 commit 729658e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/localization/en/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"TRADE_CHART": {
"OHLC": {
"TITLE": "OHLC",
"BODY": "Enable or disable OHLC data via mid-price. Disabling this will only display OHLC data from the orderbook."
"BODY": "Enable or disable OHLC data via mid-price. Disabling this will only display OHLC data from historical trades."
}
},
"NEW_MARKET_WIDGET": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.165",
"version": "1.1.166",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// !! GENERATED FILE - DO NOT EDIT

// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down

0 comments on commit 729658e

Please sign in to comment.