mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-16 15:58:08 +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
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue