Skip to content
Snippets Groups Projects
Commit 5433ead1 authored by buczekp's avatar buczekp
Browse files

[LMS-1597] small title improvements

SVN: 17865
parent f15108dc
No related branches found
No related tags found
No related merge requests found
......@@ -71,8 +71,8 @@ public final class OpenEntityDetailsTabAction implements IDelegatedAction
if (viewContext.isSimpleMode())
{
Window.setTitle(entityKind + ": " + entity.getCode() + " [" + entityType + "]" + " - "
+ viewContext.getBasicPageTitle());
Window.setTitle(entityKind.getDescription() + ": " + entity.getCode() + " ["
+ entityType + "]" + " - " + viewContext.getBasicPageTitle());
}
DispatcherHelper.dispatchNaviEvent(tabView);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment