Skip to content

Commit

Permalink
Fixed label in nav
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 20, 2021
1 parent 152673d commit c8b00a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ action.toggle-view=Toggle view
action.advanced=Advanced
action.add-new-attribute=Add new attribute
action.add-new-group=Add new group
action.add-attribute=Add Attribute
action.custom-entity-attributes=Custom Entity Attributes
action.add-attribute=Add attribute
action.custom-entity-attributes=Custom entity attributes
action.groups=Groups
action.source-group=Group
action.enable=Enable
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/core/components/TruncateText.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function TruncateText ({text}) {
<OverlayTrigger
placement="top"
overlay={
<Popover id="foo">
<Popover id="attribute-bundle-descr-popover">
<Popover.Content>
{text}
</Popover.Content>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/metadata/view/MetadataAttributeBundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { AttributeBundleApi } from '../hoc/attribute/AttributeBundleApi';
import { AttributeBundleList } from '../hoc/attribute/AttributeBundleList';
import { TruncateText } from '../../core/components/TruncateText';

export function MetadataAttributeBundles({}) {
export function MetadataAttributeBundles() {

return (
<AttributeBundleApi>
Expand Down

0 comments on commit c8b00a3

Please sign in to comment.