forked from j62/ctbrec
Extend the beta description text
This commit is contained in:
parent
110fc2a6bf
commit
e03dd3aabe
|
@ -21,7 +21,8 @@ public class LiveJasminTab extends ThumbOverviewTab {
|
||||||
public LiveJasminTab(String title, PaginatedScheduledService updateService, Site site) {
|
public LiveJasminTab(String title, PaginatedScheduledService updateService, Site site) {
|
||||||
super(title, updateService, site);
|
super(title, updateService, site);
|
||||||
if(!betaAcknowledged) {
|
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(status);
|
||||||
grid.getChildren().add(acknowledge);
|
grid.getChildren().add(acknowledge);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue