fix: standardize caps
This commit is contained in:
parent
a29f3fc13c
commit
72eb851731
24 changed files with 61 additions and 53 deletions
|
|
@ -37,7 +37,7 @@ const SHOW_ALL = {
|
|||
const ORDER_OPTIONS = [
|
||||
{
|
||||
code: 'machine',
|
||||
display: 'Machine Name'
|
||||
display: 'Machine name'
|
||||
},
|
||||
{
|
||||
code: 'cryptoCurrencies',
|
||||
|
|
@ -53,7 +53,7 @@ const ORDER_OPTIONS = [
|
|||
},
|
||||
{
|
||||
code: 'fixedFee',
|
||||
display: 'Fixed Fee'
|
||||
display: 'Fixed fee'
|
||||
},
|
||||
{
|
||||
code: 'minimumTx',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue