Skip to content

Commit

Permalink
Change headline string
Browse files Browse the repository at this point in the history
  • Loading branch information
axpoems committed Jan 18, 2025
1 parent b6738a0 commit 02f85dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ private void setupReputationInfo() {
Icons.getIconForLabel(AwesomeIcon.WARNING_SIGN, warningIcon, "1.7em");
warningIcon.getStyleClass().add("text-fill-light-dimmed");

HBox headlineBox = new HBox(5, warningIcon, headlineLabel);
HBox headlineBox = new HBox(15, warningIcon, headlineLabel);
headlineBox.setAlignment(Pos.CENTER);

Label subtitleLabel1 = new Label(Res.get("bisqEasy.tradeWizard.directionAndMarket.feedback.subTitle1"));
Expand Down
2 changes: 1 addition & 1 deletion i18n/src/main/resources/bisq_easy.properties
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ bisqEasy.tradeWizard.progress.review=Review
bisqEasy.tradeWizard.directionAndMarket.headline=Do you want to buy or sell Bitcoin with
bisqEasy.tradeWizard.directionAndMarket.buy=Buy Bitcoin
bisqEasy.tradeWizard.directionAndMarket.sell=Sell Bitcoin
bisqEasy.tradeWizard.directionAndMarket.feedback.headline=You need reputation to sell!
bisqEasy.tradeWizard.directionAndMarket.feedback.headline=As a seller, you need to have reputation
bisqEasy.tradeWizard.directionAndMarket.feedback.subTitle1=You don't have enough reputation to create a sell offer.
bisqEasy.tradeWizard.directionAndMarket.feedback.subTitle2=For Bitcoin sellers, building reputation is crucial because buyers \
are required to send fiat currency first in the trade process, relying on the seller's integrity. \
Expand Down

0 comments on commit 02f85dd

Please sign in to comment.