diff --git a/build.gradle b/build.gradle index e632d63006..f2fcab99b3 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,8 @@ configure(subprojects) { apply plugin: 'java' apply plugin: 'com.google.osdetector' - sourceCompatibility = 1.10 + sourceCompatibility = JavaVersion.VERSION_11 + targetCompatibility = JavaVersion.VERSION_11 ext { // in alphabetical order bcVersion = '1.63' diff --git a/core/src/main/resources/i18n/displayStrings.properties b/core/src/main/resources/i18n/displayStrings.properties index d4ab56438e..09a2ccd34e 100644 --- a/core/src/main/resources/i18n/displayStrings.properties +++ b/core/src/main/resources/i18n/displayStrings.properties @@ -577,7 +577,7 @@ takeOffer.success.info=You can see the status of your trade at \"Portfolio/Open takeOffer.error.message=An error occurred when taking the offer.\n\n{0} takeOffer.bsqSwap.success.headline=Your BSQ swap trade is completed -takeOffer.bsqSwap.success.info=You can see your completed trade at \"Portfolio/Unconfirmed BSQ Swaps\" +takeOffer.bsqSwap.success.info=Until your trade is included in a block you can see your completed trade at \"Portfolio/Unconfirmed BSQ Swaps\" # new entries takeOffer.takeOfferButton=Review: Take offer to {0} bitcoin diff --git a/desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java b/desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java index 4f571c2bc1..3b91be8a09 100644 --- a/desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java +++ b/desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java @@ -1087,7 +1087,7 @@ public class OfferBookView extends ActivatableViewAndModel