From: rnayabed Date: Wed, 24 Feb 2021 23:49:35 +0530 Subject: renamed StreamPi in DonatePopupContent to Stream-Pi --- renamed StreamPi in DonatePopupContent to Stream-Pi --- --- 'a/src/main/java/com/stream_pi/server/window/dashboard/DonatePopupContent.java' +++ b/src/main/java/com/stream_pi/server/window/dashboard/DonatePopupContent.java @@ -17,9 +17,9 @@ public class DonatePopupContent{ public DonatePopupContent(HostServices hostServices, ExceptionAndAlertHandler exceptionAndAlertHandler) { Label label = new Label("We are a very small team working very hard on this project for best user experience.\n\n" + - "Something like StreamPi takes time, effort and resources. But we will always keep this 100% opensource and free.\n\n" + + "Something like Stream-Pi takes time, effort and resources. But we will always keep this 100% opensource and free.\n\n" + "If you find this project helpful, and would want to help us, please consider donating :)\n\n"+ - "If you are unable to do so even a small shoutout and share across social media would be very helpful."); + "If you are unable to do so even a small shout-out and share across social media would be very helpful."); label.setWrapText(true); label.getStyleClass().add("donate_request_popup_label");