You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/utils/i18n/locales/en/settings.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -430,31 +430,31 @@
430
430
"string": "Smallest First"
431
431
},
432
432
"cs_max_description": {
433
-
"string": "Sort by and use smallest UTXO first. Potentially higher fee, but hides your largest UTXO's."
433
+
"string": "Sort by and use smallest UTXO first. Potentially higher fee, but hides your largest UTXOs."
434
434
},
435
435
"cs_min": {
436
436
"string": "Largest First"
437
437
},
438
438
"cs_min_description": {
439
-
"string": "Sort by and use largest UTXO first. Potentially lower fee, but reveals your largest UTXO's."
439
+
"string": "Sort by and use largest UTXO first. Potentially lower fee, but reveals your largest UTXOs."
440
440
},
441
441
"cs_consolidate": {
442
442
"string": "Consolidate"
443
443
},
444
444
"cs_consolidate_description": {
445
-
"string": "Use all available UTXO's regardless of the amount being sent. Use this method when fees are low in order to reduce fees in future transactions."
445
+
"string": "Use all available UTXOs regardless of the amount being sent. Use this method when fees are low in order to reduce fees in future transactions."
446
446
},
447
447
"cs_first_in_first_out": {
448
448
"string": "First-In First-Out"
449
449
},
450
450
"cs_first_in_first_out_description": {
451
-
"string": "Use older UTXO's first (by block height)."
451
+
"string": "Use older UTXOs first (by block height)."
452
452
},
453
453
"cs_last_in_last_out": {
454
454
"string": "Last-In Last-Out"
455
455
},
456
456
"cs_last_in_last_out_description": {
457
-
"string": "Use newer UTXO's first (by block height)."
457
+
"string": "Use newer UTXOs first (by block height)."
0 commit comments