Page MenuHomePhabricator

qt: change BCH to XEC in QLabel's default text
ClosedPublic

Authored by PiRK on Aug 24 2021, 10:49.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABC37eac8110a16: qt: change BCH to XEC in QLabel's default text
Summary

I noticed while backporting core#16432 that there are some leftover instances of BCH in default values for widgets.

Test Plan

I don't know how to test this, those values are probably reinitialized in the code before the widgets are even visible, else we would have noticed the wrong "BCH" unit in the past.

I just compiled and ran bitcoin-qt to make sure everything works and looks normal.

Check that there aren't any occurences of BCH left:
grep BCH src/qt/forms/*.ui

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Aug 24 2021, 10:50
PiRK edited the test plan for this revision. (Show Details)
PiRK edited the test plan for this revision. (Show Details)
This revision now requires changes to proceed.Aug 24 2021, 11:23
PiRK edited the summary of this revision. (Show Details)

include overviewpage.ui in this diff

This revision is now accepted and ready to land.Aug 24 2021, 15:34
This revision was automatically updated to reflect the committed changes.