fix About Haveno title in settings

the string was renamed previously probably by batch find & replace
This commit is contained in:
premek 2021-10-24 01:38:24 +02:00 committed by woodser
parent cefba8e4b5
commit d9762b06d1

View file

@ -50,7 +50,7 @@ public class AboutView extends ActivatableView<GridPane, Void> {
@Override
public void initialize() {
addTitledGroupBg(root, gridRow, 4, Res.get("setting.about.aboutBisq"));
addTitledGroupBg(root, gridRow, 4, Res.get("setting.about.aboutHaveno"));
Label label = addLabel(root, gridRow, Res.get("setting.about.about"), Layout.TWICE_FIRST_ROW_DISTANCE);
label.setWrapText(true);