changed label from scope to context
This commit is contained in:
parent
2c7ddea2d1
commit
ae98de5490
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue