Skip to content

Commit

Permalink
Removed additional settings from Ledger Live Desktop.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoccmartins committed Dec 20, 2024
1 parent fcbfca2 commit 56302fb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 193 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sendAmountFields from "./SendAmountFields";
import { AptosFamily } from "./types";

const family: AptosFamily = {
sendAmountFields,
};
const family: AptosFamily = {};

export default family;
4 changes: 0 additions & 4 deletions apps/ledger-live-desktop/static/i18n/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2356,10 +2356,6 @@
"aptosGasLimit": "Gas Limit",
"aptosGasPrice": "Gas Price (OCTAS)",
"aptosSetOptimalGas": "SET OPTIMAL GAS",
"aptosAdditionalSettings": "Additional settings",
"aptosSequenceNumber": "Sequence Number",
"aptosExpTimestamp": "Exp. Timestamp",
"aptosResetSettings": "RESET SETTINGS",
"nextBlock": "Next block",
"suggested": "Suggested",
"unitPerByte": "{{unit}} per byte",
Expand Down

0 comments on commit 56302fb

Please sign in to comment.