From 1b3bf708e67dad4b87410d48c4c0a03aeec3b49b Mon Sep 17 00:00:00 2001 From: crschnick Date: Wed, 4 Oct 2023 17:19:22 +0000 Subject: [PATCH] Update PTB title --- app/src/main/java/io/xpipe/app/core/App.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/io/xpipe/app/core/App.java b/app/src/main/java/io/xpipe/app/core/App.java index b660938a..42370685 100644 --- a/app/src/main/java/io/xpipe/app/core/App.java +++ b/app/src/main/java/io/xpipe/app/core/App.java @@ -79,7 +79,7 @@ public class App extends Application { () -> { var base = String.format( "XPipe Desktop (%s)", AppProperties.get().getVersion()); - var prefix = AppProperties.get().isStaging() ? "[STAGING, Not a proper release] " : ""; + var prefix = AppProperties.get().isStaging() ? "[Public Test Build, Not a proper release] " : ""; var suffix = XPipeDistributionType.get() .getUpdateHandler() .getPreparedUpdate()