forked from j62/ctbrec
1
0
Fork 0

Extend the beta description text

This commit is contained in:
0xboobface 2020-02-16 15:52:22 +01:00
parent 110fc2a6bf
commit e03dd3aabe
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ public class LiveJasminTab extends ThumbOverviewTab {
public LiveJasminTab(String title, PaginatedScheduledService updateService, Site site) {
super(title, updateService, site);
if(!betaAcknowledged) {
status = new Label("LiveJasmin is not fully functional. Live previews do not work.");
status = new Label("LiveJasmin is not fully functional. Live previews do not work.\n"
+ "If you get errors while loading the tabs, try to create an account and open the Followed tab first.");
grid.getChildren().add(status);
grid.getChildren().add(acknowledge);
} else {