only updated a label

This commit is contained in:
Francesco Mangiacrapa 2021-03-08 13:08:15 +01:00
parent a6de65a047
commit fc274579a4
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public class WsThreddsWidget implements HasWsSyncNotificationListner {
}
final Modal box = new Modal(true);
box.setTitle("Checking configurations...");
box.setTitle("Checking authorizations and configurations...");
final HorizontalPanel hpLoader = new HorizontalPanel();
LoaderIcon loader = new LoaderIcon("Checking authorizations and folder configurations...");
hpLoader.add(loader);