mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-23 04:29:22 +00:00
fix About Haveno title in settings
the string was renamed previously probably by batch find & replace
This commit is contained in:
parent
cefba8e4b5
commit
d9762b06d1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class AboutView extends ActivatableView<GridPane, Void> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void initialize() {
|
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 label = addLabel(root, gridRow, Res.get("setting.about.about"), Layout.TWICE_FIRST_ROW_DISTANCE);
|
||||||
label.setWrapText(true);
|
label.setWrapText(true);
|
||||||
|
|
Loading…
Reference in a new issue