[GeoNetwork-users] Editing metadata - problem with switch from one view to another.

Menu with names of views are empty. I can switch to another view, because
links are active, but without titles.

See: https://s21.postimg.org/rw1cs0osn/2016_09_09_14_26_12_
My_Geo_Network_catalogue_My.png

Html of this section form generated page

<ul class="dropdown-menu dropdown-menu-right">
            <li><a href="" data-ng-click="switchToTab('inspire',
'flat')"></a></li>
            <li><a href="" data-ng-click="switchToTab('default',
'flat')"></a></li>
            <li><a href="" data-ng-click="switchToTab('identificationInfo',
'')"></a></li>
            <li><a href="" data-ng-click="switchToTab('xml', '')"></a></li>
            <li class="divider"></li>
            <li><a href="" data-ng-click="toggleAttributes(true)"><i
data-ng-class="gnCurrentEdit.displayAttributes ? 'fa-check-square-o' :
'fa-square-o'" class="fa fa-square-o"></i>
                  &nbsp;<span data-translate="" class="ng-scope">More
details</span></a></li>
            <li><a href="" data-ng-click="toggleTooltips(true)"><i
data-ng-class="gnCurrentEdit.displayTooltips ? 'fa-check-square-o' :
'fa-square-o'" class="fa fa-check-square-o"></i>
                  &nbsp;<span data-translate="" class="ng-scope">Tooltips</
span></a></li>
         </ul>

Please help. How can I fix this?