changed label from scope to context

This commit is contained in:
Massimiliano Assante 2020-07-22 14:54:01 +02:00
parent 2c7ddea2d1
commit ae98de5490
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ public class ResourceManagementPortlet implements EntryPoint {
WidgetsRegistry.registerWidget(UIIdentifiers.STATUS_PROGRESS_BAR_ID, progressStatus);
statusbar.add(new FillToolItem());
statusbar.add(new Label("Current Scope:  "));
statusbar.add(new Label("Current Context:  "));
Text scopeInfo = new Text(Messages.NO_SCOPE_SELECTED);
scopeInfo.setWidth(350);