Skip to content

Commit

Permalink
Merged develop into feature/shibui-2268
Browse files Browse the repository at this point in the history
Former-commit-id: 22303c4fa4105428240b72a0cc99f147a7c26f6e
  • Loading branch information
Bill Smith committed Aug 24, 2022
2 parents fbfb3f9 + e00de96 commit 1ff2c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/metadata/component/properties/PropertyValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function PropertyValue ({ name, value, columns, className }) {
{ name && value !== null && value !== undefined ?
<OverlayTrigger trigger={['hover', 'focus']} placement="left" overlay={(
<Popover variant="info">
<Popover.Body>{value.toString()}</Popover.Body>
<Popover.Body><Translate value={value.toString()}>{value.toString()}</Translate></Popover.Body>
</Popover>
)}>
<span
Expand Down

0 comments on commit 1ff2c99

Please sign in to comment.