{property.differences &&
Changed: }
@@ -21,7 +25,7 @@ export function PrimitiveProperty ({ property, columns }) {
{ property.name }
{property.value.map((v, valIdx) =>
-
+
) }
diff --git a/ui/src/app/metadata/component/properties/PropertyValue.js b/ui/src/app/metadata/component/properties/PropertyValue.js
index 807c86e61..0476fdb01 100644
--- a/ui/src/app/metadata/component/properties/PropertyValue.js
+++ b/ui/src/app/metadata/component/properties/PropertyValue.js
@@ -3,6 +3,7 @@ import Popover from 'react-bootstrap/Popover';
import OverlayTrigger from 'react-bootstrap/OverlayTrigger';
import { usePropertyWidth } from './hooks';
+import Translate from '../../../i18n/components/translate';
export function PropertyValue ({ name, value, columns, className }) {
@@ -20,7 +21,9 @@ export function PropertyValue ({ name, value, columns, className }) {
className={`d-block text-truncate ${className}`}
role="definition"
style={columns ? { width } : {}}>
- {value !== undefined ? value.toString() : (value === false) ? value.toString() : '-'}
+