mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-14 18:06:34 -04:00
Fix wrong type in BSResource, Change wording
This commit is contained in:
parent
e054b2ef3d
commit
2eb5428ed9
@ -53,7 +53,7 @@ public class BSResources {
|
||||
}
|
||||
}
|
||||
|
||||
public static String get(String key, String... arguments) {
|
||||
public static String get(String key, Object... arguments) {
|
||||
return MessageFormat.format(BSResources.get(key), arguments);
|
||||
}
|
||||
}
|
||||
|
@ -71,8 +71,9 @@ createOffer.advancedBox.county=Payments account country:
|
||||
createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts).
|
||||
|
||||
createOffer.success.headline=Your offer has been successfully published to the distributed offerbook.
|
||||
createOffer.success.info=The Transaction ID for the offer payment is: {0}\n\nIn the Offers screen you can manage your\
|
||||
open offers.
|
||||
createOffer.success.info=In the Offers screen you can manage your open offers.\n\nThe Transaction ID for the offer \
|
||||
payment is: {0}
|
||||
|
||||
createOffer.error.message=An error occurred when placing the offer.\n{0}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user